#966B0E

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

Shades of Golden Brown #966B0E

Tints of Golden Brown #966B0E

Color information

#966B0E (or 0x966B0E) is unknown color: approx Golden Brown. HEX triplet: 96, 6B and 0E. RGB value is (150,107,14). Sum of RGB (Red+Green+Blue) = 150+107+14=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #966B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966B0E is #6994F1. Grayscale: #6D6D6D. Windows color (decimal): -6919410 or 945046. OLE color: 945046.

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

Color convert

RGB15010714-
CMYK00.290.910.41
HSL41.03º82.93%32.16%-
HSV(B)41.03º90.67%58.82%-
XYZ17.9117.032.76-
YUV109.2674.25157.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=55.35%
G=39.48%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501071400.290.910.4141.0382.9332.16
Hex966BE01D5B29295320
Octal22615316035133515112340
Binary100101101101011111001110110110111010011010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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