#995906

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

Shades of Golden Brown #995906

Tints of Golden Brown #995906

Color information

#995906 (or 0x995906) is unknown color: approx Golden Brown. HEX triplet: 99, 59 and 06. RGB value is (153,89,6). Sum of RGB (Red+Green+Blue) = 153+89+6=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995906 is #66A6F9. Grayscale: #636363. Windows color (decimal): -6727418 or 416153. OLE color: 416153.

HSL color Cylindrical-coordinate representation of color #995906: hue angle of 33.88º 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 #995906 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153896-
CMYK00.420.960.4
HSL33.88º92.45%31.18%-
HSV(B)33.88º96.08%60%-
XYZ16.7413.931.98-
YUV98.6775.7166.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=61.69%
G=35.89%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15389600.420.960.433.8892.4531.18
Hex9959602A6028225c1f
Octal2311316052140504213437
Binary10011001101100111001010101100000101000100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995906; }

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

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

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

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

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

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

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

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