#917661

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

Shades of Beaver #917661

Tints of Beaver #917661

Color information

#917661 (or 0x917661) is unknown color: approx Beaver. HEX triplet: 91, 76 and 61. RGB value is (145,118,97). Sum of RGB (Red+Green+Blue) = 145+118+97=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917661 is #6E899E. Grayscale: #7B7B7B. Windows color (decimal): -7244191 or 6387345. OLE color: 6387345.

HSL color Cylindrical-coordinate representation of color #917661: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917661 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14511897-
CMYK00.190.330.43
HSL26.25º19.83%47.45%-
HSV(B)26.25º33.1%56.86%-
XYZ20.3119.8414.07-
YUV123.68112.95143.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=40.28%
G=32.78%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451189700.190.330.4326.2519.8347.45
Hex917661013212B1a142f
Octal2211661410234153322457
Binary10010001111011011000010100111000011010111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917661; }

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

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

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

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

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

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

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

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