Html Css Color HEX #8D664B Leather

📋 copy color: '#8D664B'

red 141 ◦ green 102 ◦ blue 75

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

Shades of Leather #8D664B

Tints of Leather #8D664B

RGB

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

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

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

R = 44.34%
G = 32.08%
B = 23.58%

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

#8D664B (or 0x8D664B) is known color: Leather. HEX triplet: 8D, 66 and 4B. RGB value is (141,102,75). Sum of RGB (Red+Green+Blue) = 141+102+75=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D664B is #7299B4. Grayscale: #6E6E6E. Windows color (decimal): -7510453 or 4941453. OLE color: 4941453.

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

Color convert

RGB 141 102 75 -
CMYK 0 0.28 0.47 0.45
HSL 24.55º 0.31% 0.42% -
HSV(B) 24.55º 0.47% 0.55% -
XYZ 17.01 15.67 8.79 -
YUV 110.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 141 102 75 0 0.28 0.47 0.45 24.55 0.31 0.42
Hex 8D 66 4B 0 1C 2F 2D 19 1F 2A
Octal 215 146 113 0 34 57 55 31 37 52
Binary 10001101 1100110 1001011 0 11100 101111 101101 11001 11111 101010

Color Harmonies of #8D664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D664B

Black with #8D664B

Text Example


Text Example

White with #8D664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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