#886009

Color #886009 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #886009

Tints of Golden Brown #886009

Color information

#886009 (or 0x886009) is unknown color: approx Golden Brown. HEX triplet: 88, 60 and 09. RGB value is (136,96,9). Sum of RGB (Red+Green+Blue) = 136+96+9=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #886009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886009 is #779FF6. Grayscale: #626262. Windows color (decimal): -7839735 or 614536. OLE color: 614536.

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

Color convert

RGB136969-
CMYK00.290.930.47
HSL41.1º87.59%28.43%-
HSV(B)41.1º93.38%53.33%-
XYZ14.3913.622.13-
YUV98.0477.75155.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=56.43%
G=39.83%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13696900.290.930.4741.187.5928.43
Hex8860901D5D2F29581c
Octal21014011035135575113034
Binary10001000110000010010111011011101101111101001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886009; }

 p { color: rgb(136,96,9); }

 H1.HeaderClassName
 {
   color: #886009;
 }
 .AnyTagClassName
 {
   color: #886009;
 }
</style>
background-color css

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

 a { background-color: rgb(136,96,9); }

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

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

 span { border-color: rgb(136,96,9); }

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