#966C0E

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

Shades of Golden Brown #966C0E

Tints of Golden Brown #966C0E

Color information

#966C0E (or 0x966C0E) is unknown color: approx Golden Brown. HEX triplet: 96, 6C and 0E. RGB value is (150,108,14). Sum of RGB (Red+Green+Blue) = 150+108+14=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0E is #6993F1. Grayscale: #6E6E6E. Windows color (decimal): -6919154 or 945302. OLE color: 945302.

HSL color Cylindrical-coordinate representation of color #966C0E: hue angle of 41.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #966C0E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15010814-
CMYK00.280.910.41
HSL41.47º82.93%32.16%-
HSV(B)41.47º90.67%58.82%-
XYZ18.0217.242.79-
YUV109.8473.91156.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=55.15%
G=39.71%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501081400.280.910.4141.4782.9332.16
Hex966CE01C5B29295320
Octal22615416034133515112340
Binary100101101101100111001110010110111010011010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,14); }

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

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

 a { background-color: rgb(150,108,14); }

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

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

 span { border-color: rgb(150,108,14); }

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