Html Css Color HEX #8C6C53 Leather

📋 copy color: '#8C6C53'

red 140 ◦ green 108 ◦ blue 83

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

Shades of Leather #8C6C53

Tints of Leather #8C6C53

RGB

 RED value IS 140 (55.08% from 255) = 42.3%

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

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

R = 42.3%
G = 32.63%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C6C53 (or 0x8C6C53) is known color: Leather. HEX triplet: 8C, 6C and 53. RGB value is (140,108,83). Sum of RGB (Red+Green+Blue) = 140+108+83=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C53 is #7393AC. Grayscale: #727272. Windows color (decimal): -7574445 or 5467276. OLE color: 5467276.

HSL color Cylindrical-coordinate representation of color #8C6C53: hue angle of 26.32º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C6C53 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 108 83 -
CMYK 0 0.23 0.41 0.45
HSL 26.32º 0.26% 0.44% -
HSV(B) 26.32º 0.41% 0.55% -
XYZ 17.74 16.93 10.52 -
YUV 114.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 140 108 83 0 0.23 0.41 0.45 26.32 0.26 0.44
Hex 8C 6C 53 0 17 29 2D 1A 1A 2C
Octal 214 154 123 0 27 51 55 32 32 54
Binary 10001100 1101100 1010011 0 10111 101001 101101 11010 11010 101100

Color Harmonies of #8C6C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6C53

Black with #8C6C53

Text Example


Text Example

White with #8C6C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6C53; }

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

 H1.HeaderClassName
 {
   color: #8C6C53;
 }
 .AnyTagClassName
 {
   color: #8C6C53;
 }
</style>

background-color css

<style>
 a { background-color: #8C6C53; }

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

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

border-color css

<style>
 span { border-color: #8C6C53; }

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

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