Html Css Color HEX #8B6608 Golden Brown

📋 copy color: '#8B6608'

red 139 ◦ green 102 ◦ blue 8

#8B6608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #8B6608

Tints of Golden Brown #8B6608

RGB

 RED value IS 139 (54.69% from 255) = 55.82%

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 55.82%
G = 40.96%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B6608 (or 0x8B6608) is known color: Golden Brown. HEX triplet: 8B, 66 and 08. RGB value is (139,102,8). Sum of RGB (Red+Green+Blue) = 139+102+8=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6608 is #7499F7. Grayscale: #666666. Windows color (decimal): -7641592 or 550539. OLE color: 550539.

HSL color Cylindrical-coordinate representation of color #8B6608: hue angle of 43.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B6608 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 102 8 -
CMYK 0 0.27 0.94 0.45
HSL 43.05º 0.89% 0.29% -
HSV(B) 43.05º 0.94% 0.55% -
XYZ 15.44 15.01 2.31 -
YUV 102.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 139 102 8 0 0.27 0.94 0.45 43.05 0.89 0.29
Hex 8B 66 8 0 1B 5E 2D 2B 59 1D
Octal 213 146 10 0 33 136 55 53 131 35
Binary 10001011 1100110 1000 0 11011 1011110 101101 101011 1011001 11101

Color Harmonies of #8B6608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6608

Black with #8B6608

Text Example


Text Example

White with #8B6608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6608; }

 p { color: rgb(139,102,8); }

 H1.HeaderClassName
 {
   color: #8B6608;
 }
 .AnyTagClassName
 {
   color: #8B6608;
 }
</style>

background-color css

<style>
 a { background-color: #8B6608; }

 a { background-color: rgb(139,102,8); }

 div.DivClassName
 {
   background-color: #8B6608;
 }
 .BgClassName
 {
   background-color: #8B6608;
 }
</style>

border-color css

<style>
 span { border-color: #8B6608; }

 span { border-color: rgb(139,102,8); }

 td.TdClassName
 {
   border-color: #8B6608;
 }
 .TagClassName
 {
   border-color: #8B6608;
 }
</style>