Html Css Color HEX #8E674C Leather

📋 copy color: '#8E674C'

red 142 ◦ green 103 ◦ blue 76

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

Shades of Leather #8E674C

Tints of Leather #8E674C

RGB

 RED value IS 142 (55.86% from 255) = 44.24%

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 44.24%
G = 32.09%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E674C (or 0x8E674C) is known color: Leather. HEX triplet: 8E, 67 and 4C. RGB value is (142,103,76). Sum of RGB (Red+Green+Blue) = 142+103+76=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E674C is #7198B3. Grayscale: #6F6F6F. Windows color (decimal): -7444660 or 5007246. OLE color: 5007246.

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

Color convert

RGB 142 103 76 -
CMYK 0 0.27 0.46 0.44
HSL 24.55º 0.3% 0.43% -
HSV(B) 24.55º 0.46% 0.56% -
XYZ 17.31 15.97 9.01 -
YUV 111.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 142 103 76 0 0.27 0.46 0.44 24.55 0.3 0.43
Hex 8E 67 4C 0 1B 2E 2C 19 1E 2B
Octal 216 147 114 0 33 56 54 31 36 53
Binary 10001110 1100111 1001100 0 11011 101110 101100 11001 11110 101011

Color Harmonies of #8E674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E674C

Black with #8E674C

Text Example


Text Example

White with #8E674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,103,76); }

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

background-color css

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

 a { background-color: rgb(142,103,76); }

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

border-color css

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

 span { border-color: rgb(142,103,76); }

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