Html Css Color HEX #956C59 Beaver

📋 copy color: '#956C59'

red 149 ◦ green 108 ◦ blue 89

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

Shades of Beaver #956C59

Tints of Beaver #956C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 43.06%
G = 31.21%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#956C59 (or 0x956C59) is known color: Beaver. HEX triplet: 95, 6C and 59. RGB value is (149,108,89). Sum of RGB (Red+Green+Blue) = 149+108+89=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C59 is #6A93A6. Grayscale: #767676. Windows color (decimal): -6984615 or 5860501. OLE color: 5860501.

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

Color convert

RGB 149 108 89 -
CMYK 0 0.28 0.40 0.42
HSL 19º 0.25% 0.47% -
HSV(B) 19º 0.4% 0.58% -
XYZ 19.56 17.84 11.86 -
YUV 118.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 149 108 89 0 0.28 0.40 0.42 19 0.25 0.47
Hex 95 6C 59 0 1C 28 2A 13 19 2F
Octal 225 154 131 0 34 50 52 23 31 57
Binary 10010101 1101100 1011001 0 11100 101000 101010 10011 11001 101111

Color Harmonies of #956C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C59

Black with #956C59

Text Example


Text Example

White with #956C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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