#966A0E

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

Shades of Golden Brown #966A0E

Tints of Golden Brown #966A0E

Color information

#966A0E (or 0x966A0E) is unknown color: approx Golden Brown. HEX triplet: 96, 6A and 0E. RGB value is (150,106,14). Sum of RGB (Red+Green+Blue) = 150+106+14=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A0E is #6995F1. Grayscale: #6D6D6D. Windows color (decimal): -6919666 or 944790. OLE color: 944790.

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

Color convert

RGB15010614-
CMYK00.290.910.41
HSL40.59º82.93%32.16%-
HSV(B)40.59º90.67%58.82%-
XYZ17.8116.822.72-
YUV108.6774.58157.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=55.56%
G=39.26%
B=5.19%

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
Decimal1501061400.290.910.4140.5982.9332.16
Hex966AE01D5B29295320
Octal22615216035133515112340
Binary100101101101010111001110110110111010011010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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