Html Css Color HEX #8D654C Leather

📋 copy color: '#8D654C'

red 141 ◦ green 101 ◦ blue 76

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

Shades of Leather #8D654C

Tints of Leather #8D654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 44.34%
G = 31.76%
B = 23.9%

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

#8D654C (or 0x8D654C) is known color: Leather. HEX triplet: 8D, 65 and 4C. RGB value is (141,101,76). Sum of RGB (Red+Green+Blue) = 141+101+76=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D654C is #729AB3. Grayscale: #6E6E6E. Windows color (decimal): -7510708 or 5006733. OLE color: 5006733.

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

Color convert

RGB 141 101 76 -
CMYK 0 0.28 0.46 0.45
HSL 23.08º 0.3% 0.43% -
HSV(B) 23.08º 0.46% 0.55% -
XYZ 16.94 15.49 8.93 -
YUV 110.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 141 101 76 0 0.28 0.46 0.45 23.08 0.3 0.43
Hex 8D 65 4C 0 1C 2E 2D 17 1E 2B
Octal 215 145 114 0 34 56 55 27 36 53
Binary 10001101 1100101 1001100 0 11100 101110 101101 10111 11110 101011

Color Harmonies of #8D654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D654C

Black with #8D654C

Text Example


Text Example

White with #8D654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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