#917467

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

Shades of Beaver #917467

Tints of Beaver #917467

Color information

#917467 (or 0x917467) is unknown color: approx Beaver. HEX triplet: 91, 74 and 67. RGB value is (145,116,103). Sum of RGB (Red+Green+Blue) = 145+116+103=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #917467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917467 is #6E8B98. Grayscale: #7B7B7B. Windows color (decimal): -7244697 or 6780049. OLE color: 6780049.

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

Color convert

RGB145116103-
CMYK00.20.290.43
HSL18.57º16.94%48.63%-
HSV(B)18.57º28.97%56.86%-
XYZ20.3719.4915.52-
YUV123.19116.61143.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=39.84%
G=31.87%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511610300.20.290.4318.5716.9448.63
Hex9174670141D2B131131
Octal2211641470243553232161
Binary1001000111101001100111010100111011010111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917467; }

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

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

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

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

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

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

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

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