Html Css Color HEX #886204 Golden Brown

📋 copy color: '#886204'

red 136 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #886204

Tints of Golden Brown #886204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

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

R = 57.14%
G = 41.18%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#886204 (or 0x886204) is known color: Golden Brown. HEX triplet: 88, 62 and 04. RGB value is (136,98,4). Sum of RGB (Red+Green+Blue) = 136+98+4=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #886204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886204 is #779DFB. Grayscale: #636363. Windows color (decimal): -7839228 or 287368. OLE color: 287368.

HSL color Cylindrical-coordinate representation of color #886204: hue angle of 42.73º 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 #886204 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 4 -
CMYK 0 0.28 0.97 0.47
HSL 42.73º 0.94% 0.27% -
HSV(B) 42.73º 0.97% 0.53% -
XYZ 14.54 13.98 2.05 -
YUV 98.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 136 98 4 0 0.28 0.97 0.47 42.73 0.94 0.27
Hex 88 62 4 0 1C 61 2F 2B 5E 1B
Octal 210 142 4 0 34 141 57 53 136 33
Binary 10001000 1100010 100 0 11100 1100001 101111 101011 1011110 11011

Color Harmonies of #886204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886204

Black with #886204

Text Example


Text Example

White with #886204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886204; }

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

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

background-color css

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

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

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

border-color css

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

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

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