Html Css Color HEX #8F675A Leather

📋 copy color: '#8F675A'

red 143 ◦ green 103 ◦ blue 90

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

Shades of Leather #8F675A

Tints of Leather #8F675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 42.56%
G = 30.65%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8F675A (or 0x8F675A) is known color: Leather. HEX triplet: 8F, 67 and 5A. RGB value is (143,103,90). Sum of RGB (Red+Green+Blue) = 143+103+90=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F675A is #7098A5. Grayscale: #717171. Windows color (decimal): -7379110 or 5924751. OLE color: 5924751.

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

Color convert

RGB 143 103 90 -
CMYK 0 0.28 0.37 0.44
HSL 14.72º 0.23% 0.46% -
HSV(B) 14.72º 0.37% 0.56% -
XYZ 18.02 16.28 11.86 -
YUV 113.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 143 103 90 0 0.28 0.37 0.44 14.72 0.23 0.46
Hex 8F 67 5A 0 1C 25 2C F 17 2E
Octal 217 147 132 0 34 45 54 17 27 56
Binary 10001111 1100111 1011010 0 11100 100101 101100 1111 10111 101110

Color Harmonies of #8F675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F675A

Black with #8F675A

Text Example


Text Example

White with #8F675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,103,90); }

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

background-color css

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

 a { background-color: rgb(143,103,90); }

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

border-color css

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

 span { border-color: rgb(143,103,90); }

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