#917666

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

Shades of Beaver #917666

Tints of Beaver #917666

Color information

#917666 (or 0x917666) is unknown color: approx Beaver. HEX triplet: 91, 76 and 66. RGB value is (145,118,102). Sum of RGB (Red+Green+Blue) = 145+118+102=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917666 is #6E8999. Grayscale: #7C7C7C. Windows color (decimal): -7244186 or 6715025. OLE color: 6715025.

HSL color Cylindrical-coordinate representation of color #917666: hue angle of 22.33º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917666 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145118102-
CMYK00.190.300.43
HSL22.33º17.41%48.43%-
HSV(B)22.33º29.66%56.86%-
XYZ20.5519.9415.34-
YUV124.25115.45142.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=39.73%
G=32.33%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511810200.190.300.4322.3317.4148.43
Hex9176660131E2B161130
Octal2211661460233653262160
Binary1001000111101101100110010011111101010111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917666; }

 p { color: rgb(145,118,102); }

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

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

 a { background-color: rgb(145,118,102); }

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

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

 span { border-color: rgb(145,118,102); }

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