Html Css Color HEX #885A06 Golden Brown

📋 copy color: '#885A06'

red 136 ◦ green 90 ◦ blue 6

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

Shades of Golden Brown #885A06

Tints of Golden Brown #885A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 58.62%
G = 38.79%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885A06 (or 0x885A06) is known color: Golden Brown. HEX triplet: 88, 5A and 06. RGB value is (136,90,6). Sum of RGB (Red+Green+Blue) = 136+90+6=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #885A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A06 is #77A5F9. Grayscale: #5E5E5E. Windows color (decimal): -7841274 or 416392. OLE color: 416392.

HSL color Cylindrical-coordinate representation of color #885A06: hue angle of 38.77º degrees, saturation: 0.92, 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 #885A06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 6 -
CMYK 0 0.34 0.96 0.47
HSL 38.77º 0.92% 0.28% -
HSV(B) 38.77º 0.96% 0.53% -
XYZ 13.84 12.56 1.87 -
YUV 94.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 136 90 6 0 0.34 0.96 0.47 38.77 0.92 0.28
Hex 88 5A 6 0 22 60 2F 27 5C 1C
Octal 210 132 6 0 42 140 57 47 134 34
Binary 10001000 1011010 110 0 100010 1100000 101111 100111 1011100 11100

Color Harmonies of #885A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A06

Black with #885A06

Text Example


Text Example

White with #885A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885A06; }

 p { color: rgb(136,90,6); }

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

background-color css

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

 a { background-color: rgb(136,90,6); }

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

border-color css

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

 span { border-color: rgb(136,90,6); }

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