#966003

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

Shades of Golden Brown #966003

Tints of Golden Brown #966003

Color information

#966003 (or 0x966003) is unknown color: approx Golden Brown. HEX triplet: 96, 60 and 03. RGB value is (150,96,3). Sum of RGB (Red+Green+Blue) = 150+96+3=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #966003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966003 is #699FFC. Grayscale: #656565. Windows color (decimal): -6922237 or 221334. OLE color: 221334.

HSL color Cylindrical-coordinate representation of color #966003: hue angle of 37.96º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #966003 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB150963-
CMYK00.360.980.41
HSL37.96º96.08%30%-
HSV(B)37.96º98%58.82%-
XYZ16.7814.862.07-
YUV101.5472.39162.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=60.24%
G=38.55%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15096300.360.980.4137.9696.0830
Hex96603024622926601e
Octal2261403044142514614036
Binary1001011011000001101001001100010101001100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966003; }

 p { color: rgb(150,96,3); }

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

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

 a { background-color: rgb(150,96,3); }

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

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

 span { border-color: rgb(150,96,3); }

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