#995606

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

Shades of Golden Brown #995606

Tints of Golden Brown #995606

Color information

#995606 (or 0x995606) is unknown color: approx Golden Brown. HEX triplet: 99, 56 and 06. RGB value is (153,86,6). Sum of RGB (Red+Green+Blue) = 153+86+6=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995606 is #66A9F9. Grayscale: #616161. Windows color (decimal): -6728186 or 415385. OLE color: 415385.

HSL color Cylindrical-coordinate representation of color #995606: hue angle of 32.65º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #995606 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153866-
CMYK00.440.960.4
HSL32.65º92.45%31.18%-
HSV(B)32.65º96.08%60%-
XYZ16.513.441.9-
YUV96.9176.7168-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=62.45%
G=35.10%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15386600.440.960.432.6592.4531.18
Hex9956602C6028215c1f
Octal2311266054140504113437
Binary10011001101011011001011001100000101000100001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995606; }

 p { color: rgb(153,86,6); }

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

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

 a { background-color: rgb(153,86,6); }

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

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

 span { border-color: rgb(153,86,6); }

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