Html Css Color HEX #956C53 Leather

📋 copy color: '#956C53'

red 149 ◦ green 108 ◦ blue 83

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

Shades of Leather #956C53

Tints of Leather #956C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

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

R = 43.82%
G = 31.76%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956C53 (or 0x956C53) is known color: Leather. HEX triplet: 95, 6C and 53. RGB value is (149,108,83). Sum of RGB (Red+Green+Blue) = 149+108+83=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C53 is #6A93AC. Grayscale: #757575. Windows color (decimal): -6984621 or 5467285. OLE color: 5467285.

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

Color convert

RGB 149 108 83 -
CMYK 0 0.28 0.44 0.42
HSL 22.73º 0.28% 0.45% -
HSV(B) 22.73º 0.44% 0.58% -
XYZ 19.32 17.74 10.59 -
YUV 117.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 149 108 83 0 0.28 0.44 0.42 22.73 0.28 0.45
Hex 95 6C 53 0 1C 2C 2A 17 1C 2D
Octal 225 154 123 0 34 54 52 27 34 55
Binary 10010101 1101100 1010011 0 11100 101100 101010 10111 11100 101101

Color Harmonies of #956C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C53

Black with #956C53

Text Example


Text Example

White with #956C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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