#96720B

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

Shades of Golden Brown #96720B

Tints of Golden Brown #96720B

Color information

#96720B (or 0x96720B) is unknown color: approx Golden Brown. HEX triplet: 96, 72 and 0B. RGB value is (150,114,11). Sum of RGB (Red+Green+Blue) = 150+114+11=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96720B is #698DF4. Grayscale: #717171. Windows color (decimal): -6917621 or 750230. OLE color: 750230.

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

Color convert

RGB15011411-
CMYK00.240.930.41
HSL44.46º86.34%31.57%-
HSV(B)44.46º92.67%58.82%-
XYZ18.6618.542.91-
YUV113.0270.43154.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 11 (4.69% from 255) = 4%
R=54.55%
G=41.45%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501141100.240.930.4144.4686.3431.57
Hex9672B0185D292c5620
Octal22616213030135515412640
Binary100101101110010101101100010111011010011011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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