Html Css Color HEX #956E5A Beaver

📋 copy color: '#956E5A'

red 149 ◦ green 110 ◦ blue 90

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

Shades of Beaver #956E5A

Tints of Beaver #956E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 42.69%
G = 31.52%
B = 25.79%

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

#956E5A (or 0x956E5A) is known color: Beaver. HEX triplet: 95, 6E and 5A. RGB value is (149,110,90). Sum of RGB (Red+Green+Blue) = 149+110+90=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E5A is #6A91A5. Grayscale: #777777. Windows color (decimal): -6984102 or 5926549. OLE color: 5926549.

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

Color convert

RGB 149 110 90 -
CMYK 0 0.26 0.40 0.42
HSL 20.34º 0.25% 0.47% -
HSV(B) 20.34º 0.4% 0.58% -
XYZ 19.82 18.28 12.16 -
YUV 119.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 149 110 90 0 0.26 0.40 0.42 20.34 0.25 0.47
Hex 95 6E 5A 0 1A 28 2A 14 19 2F
Octal 225 156 132 0 32 50 52 24 31 57
Binary 10010101 1101110 1011010 0 11010 101000 101010 10100 11001 101111

Color Harmonies of #956E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E5A

Black with #956E5A

Text Example


Text Example

White with #956E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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