#96760A

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

Shades of Golden Brown #96760A

Tints of Golden Brown #96760A

Color information

#96760A (or 0x96760A) is unknown color: approx Golden Brown. HEX triplet: 96, 76 and 0A. RGB value is (150,118,10). Sum of RGB (Red+Green+Blue) = 150+118+10=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96760A is #6989F5. Grayscale: #737373. Windows color (decimal): -6916598 or 685718. OLE color: 685718.

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

Color convert

RGB15011810-
CMYK00.210.930.41
HSL46.29º87.5%31.37%-
HSV(B)46.29º93.33%58.82%-
XYZ19.1119.463.04-
YUV115.2668.6152.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=53.96%
G=42.45%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501181000.210.930.4146.2987.531.37
Hex9676A0155D292e581f
Octal22616612025135515613037
Binary10010110111011010100101011011101101001101110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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