Color Hex Logo

#6b530a Color Hex

#6B530A
(107,83,10)
0 Favorites   0 Comments

Color spaces of #6b530a

RGB 1078310
HSL0.130.830.23
HSV45°91°42°
CMYK 0.000.220.91   0.58
XYZ9.21149.33421.6034
Yxy9.33420.45720.4633
Hunter Lab30.55190.351918.2747
CIE-Lab36.61992.857241.7021

#6b530a color RGB value is (107,83,10).

#6b530a hex color red value is 107, green value is 83 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6b530a hue: 0.13 , saturation: 0.83 and the lightness value of 6b530a is 0.23.

The process color (four color CMYK) of #6b530a color hex is 0.00, 0.22, 0.91, 0.58. Web safe color of #6b530a is #666600. Color #6b530a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010011 00001010
Octal 153 123 12
Decimal 107 83 10
Hex 6B 53 A

RGB Percentages of Color #6b530a

%53.50
%41.50
%5.00

CMYK Percentages of Color #6b530a

%0
%22
%91
%58

Triadic Colors of #6b530a

#6b530a #0a6b53 #530a6b

Analogous Colors of #6b530a

#6b530a #536b0a #6b230a

Monochromatic Colors of #6b530a

#6b530a

Complementary Color

#6b530a #0a226b

#6b530a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b530a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b530a Color CSS Codes

.mybgcolor {background-color:#6b530a; } 
.myforecolor {color:#6b530a; }
.mybordercolor {border:3px solid #6b530a; }

#6b530a Text Font Color

<p style="color:#6b530a">Text here</p>

This sample text font color is #6b530a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b530a Background Color

<div style="background-color:#6b530a">
Div content here</div>

This div background color is #6b530a


#6b530a Border Color

<div style="border:3px solid #6b530a">
Div here</div>

This div border color is #6b530a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,83,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b530a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b530a;
  -webkit-box-shadow: 1px 1px 3px 2px #6b530a;
  box-shadow:         1px 1px 3px 2px #6b530a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,83,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b530a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b530a;
  -webkit-box-shadow: 1px 1px 3px 2px #6b530a;
  box-shadow:         1px 1px 3px 2px #6b530a;">
Div content here</div>

This div box has shadow with color #6b530a


Comments

No comments written yet.

Please login to write comment.