Html Css Color HEX #917161 Beaver

📋 copy color: '#917161'

red 145 ◦ green 113 ◦ blue 97

#917161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #917161

Tints of Beaver #917161

RGB

 RED value IS 145 (57.03% from 255) = 40.85%

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 40.85%
G = 31.83%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#917161 (or 0x917161) is known color: Beaver. HEX triplet: 91, 71 and 61. RGB value is (145,113,97). Sum of RGB (Red+Green+Blue) = 145+113+97=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #917161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917161 is #6E8E9E. Grayscale: #787878. Windows color (decimal): -7245471 or 6386065. OLE color: 6386065.

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

Color convert

RGB 145 113 97 -
CMYK 0 0.22 0.33 0.43
HSL 20º 0.2% 0.47% -
HSV(B) 20º 0.33% 0.57% -
XYZ 19.74 18.69 13.88 -
YUV 120.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 145 113 97 0 0.22 0.33 0.43 20 0.2 0.47
Hex 91 71 61 0 16 21 2B 14 14 2F
Octal 221 161 141 0 26 41 53 24 24 57
Binary 10010001 1110001 1100001 0 10110 100001 101011 10100 10100 101111

Color Harmonies of #917161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917161

Black with #917161

Text Example


Text Example

White with #917161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917161; }

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

 H1.HeaderClassName
 {
   color: #917161;
 }
 .AnyTagClassName
 {
   color: #917161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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