#967760

Color #967760 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #967760

Tints of Beaver #967760

Color information

#967760 (or 0x967760) is unknown color: approx Beaver. HEX triplet: 96, 77 and 60. RGB value is (150,119,96). Sum of RGB (Red+Green+Blue) = 150+119+96=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967760 is #69889F. Grayscale: #7D7D7D. Windows color (decimal): -6916256 or 6322070. OLE color: 6322070.

HSL color Cylindrical-coordinate representation of color #967760: hue angle of 25.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967760 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15011996-
CMYK00.210.360.41
HSL25.56º21.95%48.24%-
HSV(B)25.56º36%58.82%-
XYZ21.2920.5213.91-
YUV125.65111.27145.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=41.10%
G=32.60%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501199600.210.360.4125.5621.9548.24
Hex96776001524291a1630
Octal2261671400254451322660
Binary10010110111011111000000101011001001010011101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967760; }

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

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

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

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

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

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

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

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