Html Css Color HEX #8C6859 Leather

📋 copy color: '#8C6859'

red 140 ◦ green 104 ◦ blue 89

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

Shades of Leather #8C6859

Tints of Leather #8C6859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 42.04%
G = 31.23%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C6859 (or 0x8C6859) is known color: Leather. HEX triplet: 8C, 68 and 59. RGB value is (140,104,89). Sum of RGB (Red+Green+Blue) = 140+104+89=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6859 is #7397A6. Grayscale: #717171. Windows color (decimal): -7575463 or 5859468. OLE color: 5859468.

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

Color convert

RGB 140 104 89 -
CMYK 0 0.26 0.36 0.45
HSL 17.65º 0.22% 0.45% -
HSV(B) 17.65º 0.36% 0.55% -
XYZ 17.57 16.2 11.65 -
YUV 113.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 140 104 89 0 0.26 0.36 0.45 17.65 0.22 0.45
Hex 8C 68 59 0 1A 24 2D 12 16 2D
Octal 214 150 131 0 32 44 55 22 26 55
Binary 10001100 1101000 1011001 0 11010 100100 101101 10010 10110 101101

Color Harmonies of #8C6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6859

Black with #8C6859

Text Example


Text Example

White with #8C6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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