Html Css Color HEX #8F6859 Leather

📋 copy color: '#8F6859'

red 143 ◦ green 104 ◦ blue 89

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

Shades of Leather #8F6859

Tints of Leather #8F6859

RGB

 RED value IS 143 (56.25% from 255) = 42.56%

 GREEN value IS 104 (41.02% from 255) = 30.95%

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 42.56%
G = 30.95%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F6859 (or 0x8F6859) is known color: Leather. HEX triplet: 8F, 68 and 59. RGB value is (143,104,89). Sum of RGB (Red+Green+Blue) = 143+104+89=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6859 is #7097A6. Grayscale: #727272. Windows color (decimal): -7378855 or 5859471. OLE color: 5859471.

HSL color Cylindrical-coordinate representation of color #8F6859: hue angle of 16.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6859 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 104 89 -
CMYK 0 0.27 0.38 0.44
HSL 16.67º 0.23% 0.45% -
HSV(B) 16.67º 0.38% 0.56% -
XYZ 18.08 16.46 11.68 -
YUV 113.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 143 104 89 0 0.27 0.38 0.44 16.67 0.23 0.45
Hex 8F 68 59 0 1B 26 2C 11 17 2D
Octal 217 150 131 0 33 46 54 21 27 55
Binary 10001111 1101000 1011001 0 11011 100110 101100 10001 10111 101101

Color Harmonies of #8F6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6859

Black with #8F6859

Text Example


Text Example

White with #8F6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,89); }

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

background-color css

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

 a { background-color: rgb(143,104,89); }

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

border-color css

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

 span { border-color: rgb(143,104,89); }

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