#995B04

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

Shades of Golden Brown #995B04

Tints of Golden Brown #995B04

Color information

#995B04 (or 0x995B04) is unknown color: approx Golden Brown. HEX triplet: 99, 5B and 04. RGB value is (153,91,4). Sum of RGB (Red+Green+Blue) = 153+91+4=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B04 is #66A4FB. Grayscale: #646464. Windows color (decimal): -6726908 or 285593. OLE color: 285593.

HSL color Cylindrical-coordinate representation of color #995B04: hue angle of 35.03º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #995B04 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB153914-
CMYK00.410.970.4
HSL35.03º94.9%30.78%-
HSV(B)35.03º97.39%60%-
XYZ16.914.261.98-
YUV99.6274.04166.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=61.69%
G=36.69%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15391400.410.970.435.0394.930.78
Hex995B40296128235f1f
Octal2311334051141504313737
Binary10011001101101110001010011100001101000100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B04; }

 p { color: rgb(153,91,4); }

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

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

 a { background-color: rgb(153,91,4); }

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

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

 span { border-color: rgb(153,91,4); }

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