#966F1E

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

Shades of Golden Brown #966F1E

Tints of Golden Brown #966F1E

Color information

#966F1E (or 0x966F1E) is unknown color: approx Golden Brown. HEX triplet: 96, 6F and 1E. RGB value is (150,111,30). Sum of RGB (Red+Green+Blue) = 150+111+30=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #966F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F1E is #6990E1. Grayscale: #717171. Windows color (decimal): -6918370 or 1994646. OLE color: 1994646.

HSL color Cylindrical-coordinate representation of color #966F1E: hue angle of 40.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #966F1E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15011130-
CMYK00.260.800.41
HSL40.5º66.67%35.29%-
HSV(B)40.5º80%58.82%-
XYZ18.517.953.72-
YUV113.4380.92154.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=51.55%
G=38.14%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501113000.260.800.4140.566.6735.29
Hex966F1E01A5029284323
Octal22615736032120515010343
Binary1001011011011111111001101010100001010011010001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,30); }

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

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

 a { background-color: rgb(150,111,30); }

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

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

 span { border-color: rgb(150,111,30); }

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