Html Css Color HEX #956E5B Beaver

📋 copy color: '#956E5B'

red 149 ◦ green 110 ◦ blue 91

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

Shades of Beaver #956E5B

Tints of Beaver #956E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26%

R = 42.57%
G = 31.43%
B = 26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#956E5B (or 0x956E5B) is known color: Beaver. HEX triplet: 95, 6E and 5B. RGB value is (149,110,91). Sum of RGB (Red+Green+Blue) = 149+110+91=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E5B is #6A91A4. Grayscale: #777777. Windows color (decimal): -6984101 or 5992085. OLE color: 5992085.

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

Color convert

RGB 149 110 91 -
CMYK 0 0.26 0.39 0.42
HSL 19.66º 0.24% 0.47% -
HSV(B) 19.66º 0.39% 0.58% -
XYZ 19.86 18.3 12.38 -
YUV 119.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 149 110 91 0 0.26 0.39 0.42 19.66 0.24 0.47
Hex 95 6E 5B 0 1A 27 2A 14 18 2F
Octal 225 156 133 0 32 47 52 24 30 57
Binary 10010101 1101110 1011011 0 11010 100111 101010 10100 11000 101111

Color Harmonies of #956E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E5B

Black with #956E5B

Text Example


Text Example

White with #956E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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