#96770b

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

Shades of Golden Brown #96770B

Tints of Golden Brown #96770B

Color information

#96770B (or 0x96770B) is unknown color: approx Golden Brown. HEX triplet: 96, 77 and 0B. RGB value is (150,119,11). Sum of RGB (Red+Green+Blue) = 150+119+11=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96770B is #6988F4. Grayscale: #747474. Windows color (decimal): -6916341 or 751510. OLE color: 751510.

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

Color convert

RGB15011911-
CMYK00.210.930.41
HSL46.62º86.34%31.57%-
HSV(B)46.62º92.67%58.82%-
XYZ19.2319.73.11-
YUV115.9668.77152.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=53.57%
G=42.5%
B=3.93%

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
Decimal1501191100.210.930.4146.6286.3431.57
Hex9677B0155D292f5620
Octal22616713025135515712640
Binary100101101110111101101010110111011010011011111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96770b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96770b; }

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

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

<style>
 a { background-color: #96770b; }

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

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

<style>
 span { border-color: #96770b; }

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

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