#965912

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

Shades of Golden Brown #965912

Tints of Golden Brown #965912

Color information

#965912 (or 0x965912) is unknown color: approx Golden Brown. HEX triplet: 96, 59 and 12. RGB value is (150,89,18). Sum of RGB (Red+Green+Blue) = 150+89+18=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965912 is #69A6ED. Grayscale: #636363. Windows color (decimal): -6924014 or 1202582. OLE color: 1202582.

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

Color convert

RGB1508918-
CMYK00.410.880.41
HSL32.27º78.57%32.94%-
HSV(B)32.27º88%58.82%-
XYZ16.2613.672.35-
YUV99.1482.21164.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=58.37%
G=34.63%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150891800.410.880.4132.2778.5732.94
Hex9659120295829204f21
Octal22613122051130514011741
Binary10010110101100110010010100110110001010011000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965912; }

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

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

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

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

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

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

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

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