#966D02

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

Shades of Golden Brown #966D02

Tints of Golden Brown #966D02

Color information

#966D02 (or 0x966D02) is unknown color: approx Golden Brown. HEX triplet: 96, 6D and 02. RGB value is (150,109,2). Sum of RGB (Red+Green+Blue) = 150+109+2=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #966D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D02 is #6992FD. Grayscale: #6D6D6D. Windows color (decimal): -6918910 or 159126. OLE color: 159126.

HSL color Cylindrical-coordinate representation of color #966D02: hue angle of 43.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #966D02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501092-
CMYK00.270.990.41
HSL43.38º97.37%29.8%-
HSV(B)43.38º98.67%58.82%-
XYZ18.0617.432.47-
YUV109.0667.58157.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=57.47%
G=41.76%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150109200.270.990.4143.3897.3729.8
Hex966D201B63292b611e
Octal2261552033143515314136
Binary100101101101101100110111100011101001101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,2); }

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

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

 a { background-color: rgb(150,109,2); }

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

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

 span { border-color: rgb(150,109,2); }

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