#91765E

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

Shades of Beaver #91765E

Tints of Beaver #91765E

Color information

#91765E (or 0x91765E) is unknown color: approx Beaver. HEX triplet: 91, 76 and 5E. RGB value is (145,118,94). Sum of RGB (Red+Green+Blue) = 145+118+94=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765E is #6E89A1. Grayscale: #7B7B7B. Windows color (decimal): -7244194 or 6190737. OLE color: 6190737.

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

Color convert

RGB14511894-
CMYK00.190.350.43
HSL28.24º21.34%46.86%-
HSV(B)28.24º35.17%56.86%-
XYZ20.1819.7813.35-
YUV123.34111.45143.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=40.62%
G=33.05%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451189400.190.350.4328.2421.3446.86
Hex91765E013232B1c152f
Octal2211661360234353342557
Binary10010001111011010111100100111000111010111110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91765E; }

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

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

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

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

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

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

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

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