Html Css Color HEX #8F6856 Leather

📋 copy color: '#8F6856'

red 143 ◦ green 104 ◦ blue 86

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

Shades of Leather #8F6856

Tints of Leather #8F6856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 42.94%
G = 31.23%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8F6856 (or 0x8F6856) is known color: Leather. HEX triplet: 8F, 68 and 56. RGB value is (143,104,86). Sum of RGB (Red+Green+Blue) = 143+104+86=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6856 is #7097A9. Grayscale: #717171. Windows color (decimal): -7378858 or 5662863. OLE color: 5662863.

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

Color convert

RGB 143 104 86 -
CMYK 0 0.27 0.40 0.44
HSL 18.95º 0.25% 0.45% -
HSV(B) 18.95º 0.4% 0.56% -
XYZ 17.96 16.41 11.03 -
YUV 113.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 143 104 86 0 0.27 0.40 0.44 18.95 0.25 0.45
Hex 8F 68 56 0 1B 28 2C 13 19 2D
Octal 217 150 126 0 33 50 54 23 31 55
Binary 10001111 1101000 1010110 0 11011 101000 101100 10011 11001 101101

Color Harmonies of #8F6856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6856

Black with #8F6856

Text Example


Text Example

White with #8F6856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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