Html Css Color HEX #8D6755 Leather

📋 copy color: '#8D6755'

red 141 ◦ green 103 ◦ blue 85

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

Shades of Leather #8D6755

Tints of Leather #8D6755

RGB

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

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

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

R = 42.86%
G = 31.31%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D6755 (or 0x8D6755) is known color: Leather. HEX triplet: 8D, 67 and 55. RGB value is (141,103,85). Sum of RGB (Red+Green+Blue) = 141+103+85=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6755 is #7298AA. Grayscale: #707070. Windows color (decimal): -7510187 or 5597069. OLE color: 5597069.

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

Color convert

RGB 141 103 85 -
CMYK 0 0.27 0.40 0.45
HSL 19.29º 0.25% 0.44% -
HSV(B) 19.29º 0.4% 0.55% -
XYZ 17.47 16.02 10.77 -
YUV 112.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 141 103 85 0 0.27 0.40 0.45 19.29 0.25 0.44
Hex 8D 67 55 0 1B 28 2D 13 19 2C
Octal 215 147 125 0 33 50 55 23 31 54
Binary 10001101 1100111 1010101 0 11011 101000 101101 10011 11001 101100

Color Harmonies of #8D6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6755

Black with #8D6755

Text Example


Text Example

White with #8D6755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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