Html Css Color HEX #956E59 Beaver

📋 copy color: '#956E59'

red 149 ◦ green 110 ◦ blue 89

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

Shades of Beaver #956E59

Tints of Beaver #956E59

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 42.82%
G = 31.61%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#956E59 (or 0x956E59) is known color: Beaver. HEX triplet: 95, 6E and 59. RGB value is (149,110,89). Sum of RGB (Red+Green+Blue) = 149+110+89=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E59 is #6A91A6. Grayscale: #777777. Windows color (decimal): -6984103 or 5861013. OLE color: 5861013.

HSL color Cylindrical-coordinate representation of color #956E59: hue angle of 21º 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 #956E59 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 89 -
CMYK 0 0.26 0.40 0.42
HSL 21º 0.25% 0.47% -
HSV(B) 21º 0.4% 0.58% -
XYZ 19.77 18.26 11.93 -
YUV 119.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 149 110 89 0 0.26 0.40 0.42 21 0.25 0.47
Hex 95 6E 59 0 1A 28 2A 15 19 2F
Octal 225 156 131 0 32 50 52 25 31 57
Binary 10010101 1101110 1011001 0 11010 101000 101010 10101 11001 101111

Color Harmonies of #956E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E59

Black with #956E59

Text Example


Text Example

White with #956E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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