Html Css Color HEX #8D685A Leather

📋 copy color: '#8D685A'

red 141 ◦ green 104 ◦ blue 90

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

Shades of Leather #8D685A

Tints of Leather #8D685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 42.09%
G = 31.04%
B = 26.87%

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

#8D685A (or 0x8D685A) is known color: Leather. HEX triplet: 8D, 68 and 5A. RGB value is (141,104,90). Sum of RGB (Red+Green+Blue) = 141+104+90=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D685A is #7297A5. Grayscale: #717171. Windows color (decimal): -7509926 or 5925005. OLE color: 5925005.

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

Color convert

RGB 141 104 90 -
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.78 16.3 11.88 -
YUV 113.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 141 104 90 0 0.26 0.36 0.45 16.47 0.22 0.45
Hex 8D 68 5A 0 1A 24 2D 10 16 2D
Octal 215 150 132 0 32 44 55 20 26 55
Binary 10001101 1101000 1011010 0 11010 100100 101101 10000 10110 101101

Color Harmonies of #8D685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D685A

Black with #8D685A

Text Example


Text Example

White with #8D685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,104,90); }

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

background-color css

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

 a { background-color: rgb(141,104,90); }

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

border-color css

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

 span { border-color: rgb(141,104,90); }

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