#965B12

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

Shades of Golden Brown #965B12

Tints of Golden Brown #965B12

Color information

#965B12 (or 0x965B12) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 12. RGB value is (150,91,18). Sum of RGB (Red+Green+Blue) = 150+91+18=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #965B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B12 is #69A4ED. Grayscale: #646464. Windows color (decimal): -6923502 or 1203094. OLE color: 1203094.

HSL color Cylindrical-coordinate representation of color #965B12: hue angle of 33.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #965B12 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1509118-
CMYK00.390.880.41
HSL33.18º78.57%32.94%-
HSV(B)33.18º88%58.82%-
XYZ16.4314.012.41-
YUV100.3281.55163.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=57.92%
G=35.14%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150911800.390.880.4133.1878.5732.94
Hex965B120275829214f21
Octal22613322047130514111741
Binary10010110101101110010010011110110001010011000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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