Html Css Color HEX #957061 Beaver

📋 copy color: '#957061'

red 149 ◦ green 112 ◦ blue 97

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

Shades of Beaver #957061

Tints of Beaver #957061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 41.62%
G = 31.28%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957061 (or 0x957061) is known color: Beaver. HEX triplet: 95, 70 and 61. RGB value is (149,112,97). Sum of RGB (Red+Green+Blue) = 149+112+97=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #957061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957061 is #6A8F9E. Grayscale: #797979. Windows color (decimal): -6983583 or 6385813. OLE color: 6385813.

HSL color Cylindrical-coordinate representation of color #957061: hue angle of 17.31º 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 #957061 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 97 -
CMYK 0 0.25 0.35 0.42
HSL 17.31º 0.21% 0.48% -
HSV(B) 17.31º 0.35% 0.58% -
XYZ 20.35 18.84 13.87 -
YUV 121.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 149 112 97 0 0.25 0.35 0.42 17.31 0.21 0.48
Hex 95 70 61 0 19 23 2A 11 15 30
Octal 225 160 141 0 31 43 52 21 25 60
Binary 10010101 1110000 1100001 0 11001 100011 101010 10001 10101 110000

Color Harmonies of #957061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957061

Black with #957061

Text Example


Text Example

White with #957061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957061; }

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

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

background-color css

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

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

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

border-color css

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

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

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