#96700A

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

Shades of Golden Brown #96700A

Tints of Golden Brown #96700A

Color information

#96700A (or 0x96700A) is unknown color: approx Golden Brown. HEX triplet: 96, 70 and 0A. RGB value is (150,112,10). Sum of RGB (Red+Green+Blue) = 150+112+10=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #96700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96700A is #698FF5. Grayscale: #707070. Windows color (decimal): -6918134 or 684182. OLE color: 684182.

HSL color Cylindrical-coordinate representation of color #96700A: hue angle of 43.71º 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 #96700A is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15011210-
CMYK00.250.930.41
HSL43.71º87.5%31.37%-
HSV(B)43.71º93.33%58.82%-
XYZ18.4318.092.81-
YUV111.7370.59155.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=55.15%
G=41.18%
B=3.68%

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
Decimal1501121000.250.930.4143.7187.531.37
Hex9670A0195D292c581f
Octal22616012031135515413037
Binary10010110111000010100110011011101101001101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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