Html Css Color HEX #956E53 Leather

📋 copy color: '#956E53'

red 149 ◦ green 110 ◦ blue 83

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

Shades of Leather #956E53

Tints of Leather #956E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 43.57%
G = 32.16%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956E53 (or 0x956E53) is known color: Leather. HEX triplet: 95, 6E and 53. RGB value is (149,110,83). Sum of RGB (Red+Green+Blue) = 149+110+83=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E53 is #6A91AC. Grayscale: #767676. Windows color (decimal): -6984109 or 5467797. OLE color: 5467797.

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

Color convert

RGB 149 110 83 -
CMYK 0 0.26 0.44 0.42
HSL 24.55º 0.28% 0.45% -
HSV(B) 24.55º 0.44% 0.58% -
XYZ 19.53 18.17 10.66 -
YUV 118.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 149 110 83 0 0.26 0.44 0.42 24.55 0.28 0.45
Hex 95 6E 53 0 1A 2C 2A 19 1C 2D
Octal 225 156 123 0 32 54 52 31 34 55
Binary 10010101 1101110 1010011 0 11010 101100 101010 11001 11100 101101

Color Harmonies of #956E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E53

Black with #956E53

Text Example


Text Example

White with #956E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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