Html Css Color HEX #8D665A Leather

📋 copy color: '#8D665A'

red 141 ◦ green 102 ◦ blue 90

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

Shades of Leather #8D665A

Tints of Leather #8D665A

RGB

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

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

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

R = 42.34%
G = 30.63%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D665A (or 0x8D665A) is known color: Leather. HEX triplet: 8D, 66 and 5A. RGB value is (141,102,90). Sum of RGB (Red+Green+Blue) = 141+102+90=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D665A is #7299A5. Grayscale: #707070. Windows color (decimal): -7510438 or 5924493. OLE color: 5924493.

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

Color convert

RGB 141 102 90 -
CMYK 0 0.28 0.36 0.45
HSL 14.12º 0.22% 0.45% -
HSV(B) 14.12º 0.36% 0.55% -
XYZ 17.58 15.9 11.82 -
YUV 112.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 141 102 90 0 0.28 0.36 0.45 14.12 0.22 0.45
Hex 8D 66 5A 0 1C 24 2D E 16 2D
Octal 215 146 132 0 34 44 55 16 26 55
Binary 10001101 1100110 1011010 0 11100 100100 101101 1110 10110 101101

Color Harmonies of #8D665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D665A

Black with #8D665A

Text Example


Text Example

White with #8D665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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