#966F03

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

Shades of Golden Brown #966F03

Tints of Golden Brown #966F03

Color information

#966F03 (or 0x966F03) is unknown color: approx Golden Brown. HEX triplet: 96, 6F and 03. RGB value is (150,111,3). Sum of RGB (Red+Green+Blue) = 150+111+3=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #966F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F03 is #6990FC. Grayscale: #6E6E6E. Windows color (decimal): -6918397 or 225174. OLE color: 225174.

HSL color Cylindrical-coordinate representation of color #966F03: hue angle of 44.08º 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 #966F03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1501113-
CMYK00.260.980.41
HSL44.08º96.08%30%-
HSV(B)44.08º98%58.82%-
XYZ18.2817.862.57-
YUV110.3567.42156.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=56.82%
G=42.05%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150111300.260.980.4144.0896.0830
Hex966F301A62292c601e
Octal2261573032142515414036
Binary100101101101111110110101100010101001101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F03; }

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

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

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

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

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

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

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

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