#96760B

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

Shades of Golden Brown #96760B

Tints of Golden Brown #96760B

Color information

#96760B (or 0x96760B) is unknown color: approx Golden Brown. HEX triplet: 96, 76 and 0B. RGB value is (150,118,11). Sum of RGB (Red+Green+Blue) = 150+118+11=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96760B is #6989F4. Grayscale: #737373. Windows color (decimal): -6916597 or 751254. OLE color: 751254.

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

Color convert

RGB15011811-
CMYK00.210.930.41
HSL46.19º86.34%31.57%-
HSV(B)46.19º92.67%58.82%-
XYZ19.1219.473.07-
YUV115.3769.1152.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=53.76%
G=42.29%
B=3.94%

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
Decimal1501181100.210.930.4146.1986.3431.57
Hex9676B0155D292e5620
Octal22616613025135515612640
Binary100101101110110101101010110111011010011011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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