Html Css Color HEX #8D654B Leather

📋 copy color: '#8D654B'

red 141 ◦ green 101 ◦ blue 75

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

Shades of Leather #8D654B

Tints of Leather #8D654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 44.48%
G = 31.86%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D654B (or 0x8D654B) is known color: Leather. HEX triplet: 8D, 65 and 4B. RGB value is (141,101,75). Sum of RGB (Red+Green+Blue) = 141+101+75=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D654B is #729AB4. Grayscale: #6E6E6E. Windows color (decimal): -7510709 or 4941197. OLE color: 4941197.

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

Color convert

RGB 141 101 75 -
CMYK 0 0.28 0.47 0.45
HSL 23.64º 0.31% 0.42% -
HSV(B) 23.64º 0.47% 0.55% -
XYZ 16.91 15.48 8.75 -
YUV 110 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 141 101 75 0 0.28 0.47 0.45 23.64 0.31 0.42
Hex 8D 65 4B 0 1C 2F 2D 18 1F 2A
Octal 215 145 113 0 34 57 55 30 37 52
Binary 10001101 1100101 1001011 0 11100 101111 101101 11000 11111 101010

Color Harmonies of #8D654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D654B

Black with #8D654B

Text Example


Text Example

White with #8D654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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