#965B10

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

Shades of Golden Brown #965B10

Tints of Golden Brown #965B10

Color information

#965B10 (or 0x965B10) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 10. RGB value is (150,91,16). Sum of RGB (Red+Green+Blue) = 150+91+16=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B10 is #69A4EF. Grayscale: #646464. Windows color (decimal): -6923504 or 1072022. OLE color: 1072022.

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

Color convert

RGB1509116-
CMYK00.390.890.41
HSL33.58º80.72%32.55%-
HSV(B)33.58º89.33%58.82%-
XYZ16.41142.33-
YUV100.0980.55163.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=58.37%
G=35.41%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150911600.390.890.4133.5880.7232.55
Hex965B100275929225121
Octal22613320047131514212141
Binary10010110101101110000010011110110011010011000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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