#96710D

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

Shades of Golden Brown #96710D

Tints of Golden Brown #96710D

Color information

#96710D (or 0x96710D) is unknown color: approx Golden Brown. HEX triplet: 96, 71 and 0D. RGB value is (150,113,13). Sum of RGB (Red+Green+Blue) = 150+113+13=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710D is #698EF2. Grayscale: #717171. Windows color (decimal): -6917875 or 881046. OLE color: 881046.

HSL color Cylindrical-coordinate representation of color #96710D: hue angle of 43.8º degrees, saturation: 0.84, 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 #96710D is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15011313-
CMYK00.250.910.41
HSL43.8º84.05%31.96%-
HSV(B)43.8º91.33%58.82%-
XYZ18.5618.322.94-
YUV112.6671.76154.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=54.35%
G=40.94%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501131300.250.910.4143.884.0531.96
Hex9671D0195B292c5420
Octal22616115031133515412440
Binary100101101110001110101100110110111010011011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96710D; }

 p { color: rgb(150,113,13); }

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

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

 a { background-color: rgb(150,113,13); }

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

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

 span { border-color: rgb(150,113,13); }

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