#96730E

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

Shades of Golden Brown #96730E

Tints of Golden Brown #96730E

Color information

#96730E (or 0x96730E) is unknown color: approx Golden Brown. HEX triplet: 96, 73 and 0E. RGB value is (150,115,14). Sum of RGB (Red+Green+Blue) = 150+115+14=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96730E is #698CF1. Grayscale: #727272. Windows color (decimal): -6917362 or 947094. OLE color: 947094.

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

Color convert

RGB15011514-
CMYK00.230.910.41
HSL44.56º82.93%32.16%-
HSV(B)44.56º90.67%58.82%-
XYZ18.7918.783.05-
YUV113.9571.6153.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=53.76%
G=41.22%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501151400.230.910.4144.5682.9332.16
Hex9673E0175B292d5320
Octal22616316027133515512340
Binary100101101110011111001011110110111010011011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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