#965910

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

Shades of Golden Brown #965910

Tints of Golden Brown #965910

Color information

#965910 (or 0x965910) is unknown color: approx Golden Brown. HEX triplet: 96, 59 and 10. RGB value is (150,89,16). Sum of RGB (Red+Green+Blue) = 150+89+16=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965910 is #69A6EF. Grayscale: #636363. Windows color (decimal): -6924016 or 1071510. OLE color: 1071510.

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

Color convert

RGB1508916-
CMYK00.410.890.41
HSL32.69º80.72%32.55%-
HSV(B)32.69º89.33%58.82%-
XYZ16.2413.672.27-
YUV98.9281.21164.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=58.82%
G=34.90%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150891600.410.890.4132.6980.7232.55
Hex9659100295929215121
Octal22613120051131514112141
Binary10010110101100110000010100110110011010011000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965910; }

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

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

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

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

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

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

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

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