Html Css Color HEX #8D6655 Leather

📋 copy color: '#8D6655'

red 141 ◦ green 102 ◦ blue 85

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

Shades of Leather #8D6655

Tints of Leather #8D6655

RGB

 RED value IS 141 (55.47% from 255) = 42.99%

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 42.99%
G = 31.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D6655 (or 0x8D6655) is known color: Leather. HEX triplet: 8D, 66 and 55. RGB value is (141,102,85). Sum of RGB (Red+Green+Blue) = 141+102+85=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6655 is #7299AA. Grayscale: #6F6F6F. Windows color (decimal): -7510443 or 5596813. OLE color: 5596813.

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

Color convert

RGB 141 102 85 -
CMYK 0 0.28 0.40 0.45
HSL 18.21º 0.25% 0.44% -
HSV(B) 18.21º 0.4% 0.55% -
XYZ 17.38 15.82 10.73 -
YUV 111.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 141 102 85 0 0.28 0.40 0.45 18.21 0.25 0.44
Hex 8D 66 55 0 1C 28 2D 12 19 2C
Octal 215 146 125 0 34 50 55 22 31 54
Binary 10001101 1100110 1010101 0 11100 101000 101101 10010 11001 101100

Color Harmonies of #8D6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6655

Black with #8D6655

Text Example


Text Example

White with #8D6655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,102,85); }

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

background-color css

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

 a { background-color: rgb(141,102,85); }

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

border-color css

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

 span { border-color: rgb(141,102,85); }

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