Html Css Color HEX #8C6759 Leather

📋 copy color: '#8C6759'

red 140 ◦ green 103 ◦ blue 89

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

Shades of Leather #8C6759

Tints of Leather #8C6759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

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

R = 42.17%
G = 31.02%
B = 26.81%

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

#8C6759 (or 0x8C6759) is known color: Leather. HEX triplet: 8C, 67 and 59. RGB value is (140,103,89). Sum of RGB (Red+Green+Blue) = 140+103+89=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6759 is #7398A6. Grayscale: #707070. Windows color (decimal): -7575719 or 5859212. OLE color: 5859212.

HSL color Cylindrical-coordinate representation of color #8C6759: hue angle of 16.47º 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 #8C6759 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 103 89 -
CMYK 0 0.26 0.36 0.45
HSL 16.47º 0.22% 0.45% -
HSV(B) 16.47º 0.36% 0.55% -
XYZ 17.47 16 11.62 -
YUV 112.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 140 103 89 0 0.26 0.36 0.45 16.47 0.22 0.45
Hex 8C 67 59 0 1A 24 2D 10 16 2D
Octal 214 147 131 0 32 44 55 20 26 55
Binary 10001100 1100111 1011001 0 11010 100100 101101 10000 10110 101101

Color Harmonies of #8C6759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6759

Black with #8C6759

Text Example


Text Example

White with #8C6759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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