Html Css Color HEX #956C57 Beaver

📋 copy color: '#956C57'

red 149 ◦ green 108 ◦ blue 87

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

Shades of Beaver #956C57

Tints of Beaver #956C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 43.31%
G = 31.4%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956C57 (or 0x956C57) is known color: Beaver. HEX triplet: 95, 6C and 57. RGB value is (149,108,87). Sum of RGB (Red+Green+Blue) = 149+108+87=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #956C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C57 is #6A93A8. Grayscale: #757575. Windows color (decimal): -6984617 or 5729429. OLE color: 5729429.

HSL color Cylindrical-coordinate representation of color #956C57: hue angle of 20.32º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956C57 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 87 -
CMYK 0 0.28 0.42 0.42
HSL 20.32º 0.26% 0.46% -
HSV(B) 20.32º 0.42% 0.58% -
XYZ 19.48 17.8 11.43 -
YUV 117.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 149 108 87 0 0.28 0.42 0.42 20.32 0.26 0.46
Hex 95 6C 57 0 1C 2A 2A 14 1A 2E
Octal 225 154 127 0 34 52 52 24 32 56
Binary 10010101 1101100 1010111 0 11100 101010 101010 10100 11010 101110

Color Harmonies of #956C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C57

Black with #956C57

Text Example


Text Example

White with #956C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C57; }

 p { color: rgb(149,108,87); }

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

background-color css

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

 a { background-color: rgb(149,108,87); }

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

border-color css

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

 span { border-color: rgb(149,108,87); }

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