Html Css Color HEX #886608 Golden Brown

📋 copy color: '#886608'

red 136 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #886608

Tints of Golden Brown #886608

RGB

 RED value IS 136 (53.52% from 255) = 55.28%

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

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

R = 55.28%
G = 41.46%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#886608 (or 0x886608) is known color: Golden Brown. HEX triplet: 88, 66 and 08. RGB value is (136,102,8). Sum of RGB (Red+Green+Blue) = 136+102+8=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #886608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886608 is #7799F7. Grayscale: #656565. Windows color (decimal): -7838200 or 550536. OLE color: 550536.

HSL color Cylindrical-coordinate representation of color #886608: hue angle of 44.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #886608 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 8 -
CMYK 0 0.25 0.94 0.47
HSL 44.06º 0.89% 0.28% -
HSV(B) 44.06º 0.94% 0.53% -
XYZ 14.95 14.75 2.29 -
YUV 101.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 136 102 8 0 0.25 0.94 0.47 44.06 0.89 0.28
Hex 88 66 8 0 19 5E 2F 2C 59 1C
Octal 210 146 10 0 31 136 57 54 131 34
Binary 10001000 1100110 1000 0 11001 1011110 101111 101100 1011001 11100

Color Harmonies of #886608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886608

Black with #886608

Text Example


Text Example

White with #886608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886608; }

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

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

background-color css

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

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

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

border-color css

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

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

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