#966316

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

Shades of Golden Brown #966316

Tints of Golden Brown #966316

Color information

#966316 (or 0x966316) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 16. RGB value is (150,99,22). Sum of RGB (Red+Green+Blue) = 150+99+22=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #966316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966316 is #699CE9. Grayscale: #696969. Windows color (decimal): -6921450 or 1467286. OLE color: 1467286.

HSL color Cylindrical-coordinate representation of color #966316: hue angle of 36.09º 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 #966316 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1509922-
CMYK00.340.850.41
HSL36.09º74.42%33.73%-
HSV(B)36.09º85.33%58.82%-
XYZ17.1815.472.84-
YUV105.4780.9159.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=55.35%
G=36.53%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150992200.340.850.4136.0974.4233.73
Hex9663160225529244a22
Octal22614326042125514411242
Binary10010110110001110110010001010101011010011001001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966316; }

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

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

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

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

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

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

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

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