Html Css Color HEX #957161 Beaver

📋 copy color: '#957161'

red 149 ◦ green 113 ◦ blue 97

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

Shades of Beaver #957161

Tints of Beaver #957161

RGB

 RED value IS 149 (58.59% from 255) = 41.5%

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

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

R = 41.5%
G = 31.48%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957161 (or 0x957161) is known color: Beaver. HEX triplet: 95, 71 and 61. RGB value is (149,113,97). Sum of RGB (Red+Green+Blue) = 149+113+97=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957161 is #6A8E9E. Grayscale: #7A7A7A. Windows color (decimal): -6983327 or 6386069. OLE color: 6386069.

HSL color Cylindrical-coordinate representation of color #957161: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957161 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 97 -
CMYK 0 0.24 0.35 0.42
HSL 18.46º 0.21% 0.48% -
HSV(B) 18.46º 0.35% 0.58% -
XYZ 20.46 19.06 13.91 -
YUV 121.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 149 113 97 0 0.24 0.35 0.42 18.46 0.21 0.48
Hex 95 71 61 0 18 23 2A 12 15 30
Octal 225 161 141 0 30 43 52 22 25 60
Binary 10010101 1110001 1100001 0 11000 100011 101010 10010 10101 110000

Color Harmonies of #957161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957161

Black with #957161

Text Example


Text Example

White with #957161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957161; }

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

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

background-color css

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

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

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

border-color css

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

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

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