#96590E

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

Shades of Golden Brown #96590E

Tints of Golden Brown #96590E

Color information

#96590E (or 0x96590E) is unknown color: approx Golden Brown. HEX triplet: 96, 59 and 0E. RGB value is (150,89,14). Sum of RGB (Red+Green+Blue) = 150+89+14=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #96590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96590E is #69A6F1. Grayscale: #636363. Windows color (decimal): -6924018 or 940438. OLE color: 940438.

HSL color Cylindrical-coordinate representation of color #96590E: hue angle of 33.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96590E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1508914-
CMYK00.410.910.41
HSL33.09º82.93%32.16%-
HSV(B)33.09º90.67%58.82%-
XYZ16.2313.662.2-
YUV98.6980.21164.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=59.29%
G=35.18%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150891400.410.910.4133.0982.9332.16
Hex9659E0295B29215320
Octal22613116051133514112340
Binary1001011010110011110010100110110111010011000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96590E; }

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

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

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

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

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

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

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

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