#965A10

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

Shades of Golden Brown #965A10

Tints of Golden Brown #965A10

Color information

#965A10 (or 0x965A10) is unknown color: approx Golden Brown. HEX triplet: 96, 5A and 10. RGB value is (150,90,16). Sum of RGB (Red+Green+Blue) = 150+90+16=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A10 is #69A5EF. Grayscale: #636363. Windows color (decimal): -6923760 or 1071766. OLE color: 1071766.

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

Color convert

RGB1509016-
CMYK00.40.890.41
HSL33.13º80.72%32.55%-
HSV(B)33.13º89.33%58.82%-
XYZ16.3313.832.3-
YUV99.580.88164.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=58.59%
G=35.16%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150901600.40.890.4133.1380.7232.55
Hex965A100285929215121
Octal22613220050131514112141
Binary10010110101101010000010100010110011010011000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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