#966416

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

Shades of Golden Brown #966416

Tints of Golden Brown #966416

Color information

#966416 (or 0x966416) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 16. RGB value is (150,100,22). Sum of RGB (Red+Green+Blue) = 150+100+22=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966416 is #699BE9. Grayscale: #6A6A6A. Windows color (decimal): -6921194 or 1467542. OLE color: 1467542.

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

Color convert

RGB15010022-
CMYK00.330.850.41
HSL36.56º74.42%33.73%-
HSV(B)36.56º85.33%58.82%-
XYZ17.2815.662.87-
YUV106.0680.56159.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=55.15%
G=36.76%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501002200.330.850.4136.5674.4233.73
Hex9664160215529254a22
Octal22614426041125514511242
Binary10010110110010010110010000110101011010011001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966416; }

 p { color: rgb(150,100,22); }

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

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

 a { background-color: rgb(150,100,22); }

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

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

 span { border-color: rgb(150,100,22); }

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