Html Css Color HEX #8D664C Leather

📋 copy color: '#8D664C'

red 141 ◦ green 102 ◦ blue 76

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

Shades of Leather #8D664C

Tints of Leather #8D664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 44.2%
G = 31.97%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D664C (or 0x8D664C) is known color: Leather. HEX triplet: 8D, 66 and 4C. RGB value is (141,102,76). Sum of RGB (Red+Green+Blue) = 141+102+76=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D664C is #7299B3. Grayscale: #6E6E6E. Windows color (decimal): -7510452 or 5006989. OLE color: 5006989.

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

Color convert

RGB 141 102 76 -
CMYK 0 0.28 0.46 0.45
HSL 24º 0.3% 0.43% -
HSV(B) 24º 0.46% 0.55% -
XYZ 17.04 15.69 8.97 -
YUV 110.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 141 102 76 0 0.28 0.46 0.45 24 0.3 0.43
Hex 8D 66 4C 0 1C 2E 2D 18 1E 2B
Octal 215 146 114 0 34 56 55 30 36 53
Binary 10001101 1100110 1001100 0 11100 101110 101101 11000 11110 101011

Color Harmonies of #8D664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D664C

Black with #8D664C

Text Example


Text Example

White with #8D664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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