#96760D

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

Shades of Golden Brown #96760D

Tints of Golden Brown #96760D

Color information

#96760D (or 0x96760D) is unknown color: approx Golden Brown. HEX triplet: 96, 76 and 0D. RGB value is (150,118,13). Sum of RGB (Red+Green+Blue) = 150+118+13=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96760D is #6989F2. Grayscale: #747474. Windows color (decimal): -6916595 or 882326. OLE color: 882326.

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

Color convert

RGB15011813-
CMYK00.210.910.41
HSL45.99º84.05%31.96%-
HSV(B)45.99º91.33%58.82%-
XYZ19.1319.473.13-
YUV115.670.1152.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=53.38%
G=41.99%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501181300.210.910.4145.9984.0531.96
Hex9676D0155B292e5420
Octal22616615025133515612440
Binary100101101110110110101010110110111010011011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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