Html Css Color HEX #8C6858 Leather

📋 copy color: '#8C6858'

red 140 ◦ green 104 ◦ blue 88

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

Shades of Leather #8C6858

Tints of Leather #8C6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 42.17%
G = 31.33%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C6858 (or 0x8C6858) is known color: Leather. HEX triplet: 8C, 68 and 58. RGB value is (140,104,88). Sum of RGB (Red+Green+Blue) = 140+104+88=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6858 is #7397A7. Grayscale: #717171. Windows color (decimal): -7575464 or 5793932. OLE color: 5793932.

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

Color convert

RGB 140 104 88 -
CMYK 0 0.26 0.37 0.45
HSL 18.46º 0.23% 0.45% -
HSV(B) 18.46º 0.37% 0.55% -
XYZ 17.53 16.18 11.43 -
YUV 112.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 140 104 88 0 0.26 0.37 0.45 18.46 0.23 0.45
Hex 8C 68 58 0 1A 25 2D 12 17 2D
Octal 214 150 130 0 32 45 55 22 27 55
Binary 10001100 1101000 1011000 0 11010 100101 101101 10010 10111 101101

Color Harmonies of #8C6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6858

Black with #8C6858

Text Example


Text Example

White with #8C6858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,88); }

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

background-color css

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

 a { background-color: rgb(140,104,88); }

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

border-color css

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

 span { border-color: rgb(140,104,88); }

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