Html Css Color HEX #886605 Golden Brown

📋 copy color: '#886605'

red 136 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #886605

Tints of Golden Brown #886605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 55.97%
G = 41.98%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#886605 (or 0x886605) is known color: Golden Brown. HEX triplet: 88, 66 and 05. RGB value is (136,102,5). Sum of RGB (Red+Green+Blue) = 136+102+5=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #886605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886605 is #7799FA. Grayscale: #656565. Windows color (decimal): -7838203 or 353928. OLE color: 353928.

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

Color convert

RGB 136 102 5 -
CMYK 0 0.25 0.96 0.47
HSL 44.43º 0.93% 0.28% -
HSV(B) 44.43º 0.96% 0.53% -
XYZ 14.93 14.75 2.2 -
YUV 101.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 136 102 5 0 0.25 0.96 0.47 44.43 0.93 0.28
Hex 88 66 5 0 19 60 2F 2C 5D 1C
Octal 210 146 5 0 31 140 57 54 135 34
Binary 10001000 1100110 101 0 11001 1100000 101111 101100 1011101 11100

Color Harmonies of #886605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886605

Black with #886605

Text Example


Text Example

White with #886605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886605; }

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

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

background-color css

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

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

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

border-color css

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

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

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