Html Css Color HEX #956E5D Beaver

📋 copy color: '#956E5D'

red 149 ◦ green 110 ◦ blue 93

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

Shades of Beaver #956E5D

Tints of Beaver #956E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 42.33%
G = 31.25%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#956E5D (or 0x956E5D) is known color: Beaver. HEX triplet: 95, 6E and 5D. RGB value is (149,110,93). Sum of RGB (Red+Green+Blue) = 149+110+93=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E5D is #6A91A2. Grayscale: #777777. Windows color (decimal): -6984099 or 6123157. OLE color: 6123157.

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

Color convert

RGB 149 110 93 -
CMYK 0 0.26 0.38 0.42
HSL 18.21º 0.23% 0.47% -
HSV(B) 18.21º 0.38% 0.58% -
XYZ 19.95 18.33 12.84 -
YUV 119.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 149 110 93 0 0.26 0.38 0.42 18.21 0.23 0.47
Hex 95 6E 5D 0 1A 26 2A 12 17 2F
Octal 225 156 135 0 32 46 52 22 27 57
Binary 10010101 1101110 1011101 0 11010 100110 101010 10010 10111 101111

Color Harmonies of #956E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E5D

Black with #956E5D

Text Example


Text Example

White with #956E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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