Html Css Color HEX #957461 Beaver

📋 copy color: '#957461'

red 149 ◦ green 116 ◦ blue 97

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

Shades of Beaver #957461

Tints of Beaver #957461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 41.16%
G = 32.04%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957461 (or 0x957461) is known color: Beaver. HEX triplet: 95, 74 and 61. RGB value is (149,116,97). Sum of RGB (Red+Green+Blue) = 149+116+97=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957461 is #6A8B9E. Grayscale: #7B7B7B. Windows color (decimal): -6982559 or 6386837. OLE color: 6386837.

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

Color convert

RGB 149 116 97 -
CMYK 0 0.22 0.35 0.42
HSL 21.92º 0.21% 0.48% -
HSV(B) 21.92º 0.35% 0.58% -
XYZ 20.8 19.74 14.02 -
YUV 123.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 149 116 97 0 0.22 0.35 0.42 21.92 0.21 0.48
Hex 95 74 61 0 16 23 2A 16 15 30
Octal 225 164 141 0 26 43 52 26 25 60
Binary 10010101 1110100 1100001 0 10110 100011 101010 10110 10101 110000

Color Harmonies of #957461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957461

Black with #957461

Text Example


Text Example

White with #957461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957461; }

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

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

background-color css

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

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

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

border-color css

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

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

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