#967766

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

Shades of Beaver #967766

Tints of Beaver #967766

Color information

#967766 (or 0x967766) is unknown color: approx Beaver. HEX triplet: 96, 77 and 66. RGB value is (150,119,102). Sum of RGB (Red+Green+Blue) = 150+119+102=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967766 is #698899. Grayscale: #7E7E7E. Windows color (decimal): -6916250 or 6715286. OLE color: 6715286.

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

Color convert

RGB150119102-
CMYK00.210.320.41
HSL21.25º19.05%49.41%-
HSV(B)21.25º32%58.82%-
XYZ21.5720.6415.42-
YUV126.33114.27144.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=40.43%
G=32.08%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011910200.210.320.4121.2519.0549.41
Hex9677660152029151331
Octal2261671460254051252361
Binary10010110111011111001100101011000001010011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967766; }

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

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

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

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

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

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

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

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