#965812

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

Shades of Golden Brown #965812

Tints of Golden Brown #965812

Color information

#965812 (or 0x965812) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 12. RGB value is (150,88,18). Sum of RGB (Red+Green+Blue) = 150+88+18=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965812 is #69A7ED. Grayscale: #626262. Windows color (decimal): -6924270 or 1202326. OLE color: 1202326.

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

Color convert

RGB1508818-
CMYK00.410.880.41
HSL31.82º78.57%32.94%-
HSV(B)31.82º88%58.82%-
XYZ16.1813.512.33-
YUV98.5682.54164.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=58.59%
G=34.38%
B=7.03%

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
Decimal150881800.410.880.4131.8278.5732.94
Hex9658120295829204f21
Octal22613022051130514011741
Binary10010110101100010010010100110110001010011000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965812; }

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

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

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

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

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

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

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

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