#967411

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

Shades of Golden Brown #967411

Tints of Golden Brown #967411

Color information

#967411 (or 0x967411) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 11. RGB value is (150,116,17). Sum of RGB (Red+Green+Blue) = 150+116+17=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967411 is #698BEE. Grayscale: #737373. Windows color (decimal): -6917103 or 1143958. OLE color: 1143958.

HSL color Cylindrical-coordinate representation of color #967411: hue angle of 44.66º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #967411 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15011617-
CMYK00.230.890.41
HSL44.66º79.64%32.75%-
HSV(B)44.66º88.67%58.82%-
XYZ18.9219.023.2-
YUV114.8872.76153.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=53.00%
G=40.99%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501161700.230.890.4144.6679.6432.75
Hex96741101759292d5021
Octal22616421027131515512041
Binary1001011011101001000101011110110011010011011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967411; }

 p { color: rgb(150,116,17); }

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

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

 a { background-color: rgb(150,116,17); }

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

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

 span { border-color: rgb(150,116,17); }

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