#96710B

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

Shades of Golden Brown #96710B

Tints of Golden Brown #96710B

Color information

#96710B (or 0x96710B) is unknown color: approx Golden Brown. HEX triplet: 96, 71 and 0B. RGB value is (150,113,11). Sum of RGB (Red+Green+Blue) = 150+113+11=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710B is #698EF4. Grayscale: #707070. Windows color (decimal): -6917877 or 749974. OLE color: 749974.

HSL color Cylindrical-coordinate representation of color #96710B: hue angle of 44.03º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96710B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15011311-
CMYK00.250.930.41
HSL44.03º86.34%31.57%-
HSV(B)44.03º92.67%58.82%-
XYZ18.5418.322.88-
YUV112.4470.76154.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=54.74%
G=41.24%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501131100.250.930.4144.0386.3431.57
Hex9671B0195D292c5620
Octal22616113031135515412640
Binary100101101110001101101100110111011010011011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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