#917163

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

Shades of Beaver #917163

Tints of Beaver #917163

Color information

#917163 (or 0x917163) is unknown color: approx Beaver. HEX triplet: 91, 71 and 63. RGB value is (145,113,99). Sum of RGB (Red+Green+Blue) = 145+113+99=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #917163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917163 is #6E8E9C. Grayscale: #797979. Windows color (decimal): -7245469 or 6517137. OLE color: 6517137.

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

Color convert

RGB14511399-
CMYK00.220.320.43
HSL18.26º18.85%47.84%-
HSV(B)18.26º31.72%56.86%-
XYZ19.8318.7314.37-
YUV120.97115.6145.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=40.62%
G=31.65%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451139900.220.320.4318.2618.8547.84
Hex917163016202B121330
Octal2211611430264053222360
Binary10010001111000111000110101101000001010111001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917163; }

 p { color: rgb(145,113,99); }

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

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

 a { background-color: rgb(145,113,99); }

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

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

 span { border-color: rgb(145,113,99); }

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