#917567

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

Shades of Beaver #917567

Tints of Beaver #917567

Color information

#917567 (or 0x917567) is unknown color: approx Beaver. HEX triplet: 91, 75 and 67. RGB value is (145,117,103). Sum of RGB (Red+Green+Blue) = 145+117+103=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917567 is #6E8A98. Grayscale: #7B7B7B. Windows color (decimal): -7244441 or 6780305. OLE color: 6780305.

HSL color Cylindrical-coordinate representation of color #917567: hue angle of 20º 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 #917567 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB145117103-
CMYK00.190.290.43
HSL20º16.94%48.63%-
HSV(B)20º28.97%56.86%-
XYZ20.4919.7215.56-
YUV123.78116.28143.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=39.73%
G=32.05%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511710300.190.290.432016.9448.63
Hex9175670131D2B141131
Octal2211651470233553242161
Binary1001000111101011100111010011111011010111010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917567; }

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

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

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

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

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

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

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

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