#96710A

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

Shades of Golden Brown #96710A

Tints of Golden Brown #96710A

Color information

#96710A (or 0x96710A) is unknown color: approx Golden Brown. HEX triplet: 96, 71 and 0A. RGB value is (150,113,10). Sum of RGB (Red+Green+Blue) = 150+113+10=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #96710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710A is #698EF5. Grayscale: #707070. Windows color (decimal): -6917878 or 684438. OLE color: 684438.

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

Color convert

RGB15011310-
CMYK00.250.930.41
HSL44.14º87.5%31.37%-
HSV(B)44.14º93.33%58.82%-
XYZ18.5418.322.85-
YUV112.3270.26154.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=54.95%
G=41.39%
B=3.66%

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
Decimal1501131000.250.930.4144.1487.531.37
Hex9671A0195D292c581f
Octal22616112031135515413037
Binary10010110111000110100110011011101101001101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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