#917465

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

Shades of Beaver #917465

Tints of Beaver #917465

Color information

#917465 (or 0x917465) is unknown color: approx Beaver. HEX triplet: 91, 74 and 65. RGB value is (145,116,101). Sum of RGB (Red+Green+Blue) = 145+116+101=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917465 is #6E8B9A. Grayscale: #7B7B7B. Windows color (decimal): -7244699 or 6648977. OLE color: 6648977.

HSL color Cylindrical-coordinate representation of color #917465: hue angle of 20.45º degrees, saturation: 0.18, 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 #917465 is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145116101-
CMYK00.20.300.43
HSL20.45º17.89%48.24%-
HSV(B)20.45º30.34%56.86%-
XYZ20.2719.4515-
YUV122.96115.61143.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=40.06%
G=32.04%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511610100.20.300.4320.4517.8948.24
Hex9174650141E2B141230
Octal2211641450243653242260
Binary1001000111101001100101010100111101010111010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917465; }

 p { color: rgb(145,116,101); }

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

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

 a { background-color: rgb(145,116,101); }

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

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

 span { border-color: rgb(145,116,101); }

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