Html Css Color HEX #956F59 Beaver

📋 copy color: '#956F59'

red 149 ◦ green 111 ◦ blue 89

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

Shades of Beaver #956F59

Tints of Beaver #956F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 42.69%
G = 31.81%
B = 25.5%

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

#956F59 (or 0x956F59) is known color: Beaver. HEX triplet: 95, 6F and 59. RGB value is (149,111,89). Sum of RGB (Red+Green+Blue) = 149+111+89=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F59 is #6A90A6. Grayscale: #777777. Windows color (decimal): -6983847 or 5861269. OLE color: 5861269.

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

Color convert

RGB 149 111 89 -
CMYK 0 0.26 0.40 0.42
HSL 22º 0.25% 0.47% -
HSV(B) 22º 0.4% 0.58% -
XYZ 19.88 18.48 11.97 -
YUV 119.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 149 111 89 0 0.26 0.40 0.42 22 0.25 0.47
Hex 95 6F 59 0 1A 28 2A 16 19 2F
Octal 225 157 131 0 32 50 52 26 31 57
Binary 10010101 1101111 1011001 0 11010 101000 101010 10110 11001 101111

Color Harmonies of #956F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F59

Black with #956F59

Text Example


Text Example

White with #956F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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