#966D00

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

Shades of Golden Brown #966D00

Tints of Golden Brown #966D00

Color information

#966D00 (or 0x966D00) is unknown color: approx Golden Brown. HEX triplet: 96, 6D and 00. RGB value is (150,109,0). Sum of RGB (Red+Green+Blue) = 150+109+0=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #966D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D00 is #6992FF. Grayscale: #6D6D6D. Windows color (decimal): -6918912 or 28054. OLE color: 28054.

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

Color convert

RGB1501090-
CMYK00.2710.41
HSL43.6º100%29.41%-
HSV(B)43.6º100%58.82%-
XYZ18.0517.422.41-
YUV108.8366.58157.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.92%
G=42.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150109000.2710.4143.610029.41
Hex966D001B64292c641d
Octal2261550033144515414435
Binary10010110110110100110111100100101001101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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