Html Css Color HEX #886604 Golden Brown

📋 copy color: '#886604'

red 136 ◦ green 102 ◦ blue 4

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

Shades of Golden Brown #886604

Tints of Golden Brown #886604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 56.2%
G = 42.15%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#886604 (or 0x886604) is known color: Golden Brown. HEX triplet: 88, 66 and 04. RGB value is (136,102,4). Sum of RGB (Red+Green+Blue) = 136+102+4=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #886604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886604 is #7799FB. Grayscale: #656565. Windows color (decimal): -7838204 or 288392. OLE color: 288392.

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

Color convert

RGB 136 102 4 -
CMYK 0 0.25 0.97 0.47
HSL 44.55º 0.94% 0.27% -
HSV(B) 44.55º 0.97% 0.53% -
XYZ 14.93 14.75 2.17 -
YUV 100.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 136 102 4 0 0.25 0.97 0.47 44.55 0.94 0.27
Hex 88 66 4 0 19 61 2F 2D 5E 1B
Octal 210 146 4 0 31 141 57 55 136 33
Binary 10001000 1100110 100 0 11001 1100001 101111 101101 1011110 11011

Color Harmonies of #886604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886604

Black with #886604

Text Example


Text Example

White with #886604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886604; }

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

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

background-color css

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

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

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

border-color css

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

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

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