Html Css Color HEX #8C6B55 Leather

📋 copy color: '#8C6B55'

red 140 ◦ green 107 ◦ blue 85

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

Shades of Leather #8C6B55

Tints of Leather #8C6B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 42.17%
G = 32.23%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C6B55 (or 0x8C6B55) is known color: Leather. HEX triplet: 8C, 6B and 55. RGB value is (140,107,85). Sum of RGB (Red+Green+Blue) = 140+107+85=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B55 is #7394AA. Grayscale: #727272. Windows color (decimal): -7574699 or 5598092. OLE color: 5598092.

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

Color convert

RGB 140 107 85 -
CMYK 0 0.24 0.39 0.45
HSL 24º 0.24% 0.44% -
HSV(B) 24º 0.39% 0.55% -
XYZ 17.71 16.75 10.89 -
YUV 114.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 140 107 85 0 0.24 0.39 0.45 24 0.24 0.44
Hex 8C 6B 55 0 18 27 2D 18 18 2C
Octal 214 153 125 0 30 47 55 30 30 54
Binary 10001100 1101011 1010101 0 11000 100111 101101 11000 11000 101100

Color Harmonies of #8C6B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B55

Black with #8C6B55

Text Example


Text Example

White with #8C6B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,85); }

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

background-color css

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

 a { background-color: rgb(140,107,85); }

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

border-color css

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

 span { border-color: rgb(140,107,85); }

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