#886900

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

Shades of Golden Brown #886900

Tints of Golden Brown #886900

Color information

#886900 (or 0x886900) is unknown color: approx Golden Brown. HEX triplet: 88, 69 and 00. RGB value is (136,105,0). Sum of RGB (Red+Green+Blue) = 136+105+0=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #886900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886900 is #7796FF. Grayscale: #666666. Windows color (decimal): -7837440 or 27016. OLE color: 27016.

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

Color convert

RGB1361050-
CMYK00.2310.47
HSL46.32º100%26.67%-
HSV(B)46.32º100%53.33%-
XYZ15.215.342.16-
YUV102.370.27152.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.43%
G=43.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136105000.2310.4746.3210026.67
Hex88690017642F2e641b
Octal2101510027144575614433
Binary10001000110100100101111100100101111101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886900; }

 p { color: rgb(136,105,0); }

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

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

 a { background-color: rgb(136,105,0); }

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

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

 span { border-color: rgb(136,105,0); }

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