#965B16

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

Shades of Golden Brown #965B16

Tints of Golden Brown #965B16

Color information

#965B16 (or 0x965B16) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 16. RGB value is (150,91,22). Sum of RGB (Red+Green+Blue) = 150+91+22=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #965B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B16 is #69A4E9. Grayscale: #656565. Windows color (decimal): -6923498 or 1465238. OLE color: 1465238.

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

Color convert

RGB1509122-
CMYK00.390.850.41
HSL32.34º74.42%33.73%-
HSV(B)32.34º85.33%58.82%-
XYZ16.4614.022.6-
YUV100.7883.55163.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 22 (8.98% from 255) = 8.37%
R=57.03%
G=34.60%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150912200.390.850.4132.3474.4233.73
Hex965B160275529204a22
Octal22613326047125514011242
Binary10010110101101110110010011110101011010011000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B16; }

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

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

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

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

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

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

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

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