#995400

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

Shades of Golden Brown #995400

Tints of Golden Brown #995400

Color information

#995400 (or 0x995400) is unknown color: approx Golden Brown. HEX triplet: 99, 54 and 00. RGB value is (153,84,0). Sum of RGB (Red+Green+Blue) = 153+84+0=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #995400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995400 is #66ABFF. Grayscale: #5F5F5F. Windows color (decimal): -6728704 or 21657. OLE color: 21657.

HSL color Cylindrical-coordinate representation of color #995400: hue angle of 32.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153840-
CMYK00.4510.4
HSL32.94º100%30%-
HSV(B)32.94º100%60%-
XYZ16.3113.111.67-
YUV95.0674.36169.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.56%
G=35.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15384000.4510.432.9410030
Hex9954002D642821641e
Octal2311240055144504114436
Binary100110011010100001011011100100101000100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995400; }

 p { color: rgb(153,84,0); }

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

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

 a { background-color: rgb(153,84,0); }

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

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

 span { border-color: rgb(153,84,0); }

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