Html Css Color HEX #8C674C Leather

📋 copy color: '#8C674C'

red 140 ◦ green 103 ◦ blue 76

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

Shades of Leather #8C674C

Tints of Leather #8C674C

RGB

 RED value IS 140 (55.08% from 255) = 43.89%

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

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

R = 43.89%
G = 32.29%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C674C (or 0x8C674C) is known color: Leather. HEX triplet: 8C, 67 and 4C. RGB value is (140,103,76). Sum of RGB (Red+Green+Blue) = 140+103+76=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C674C is #7398B3. Grayscale: #6F6F6F. Windows color (decimal): -7575732 or 5007244. OLE color: 5007244.

HSL color Cylindrical-coordinate representation of color #8C674C: hue angle of 25.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C674C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 103 76 -
CMYK 0 0.26 0.46 0.45
HSL 25.31º 0.3% 0.42% -
HSV(B) 25.31º 0.46% 0.55% -
XYZ 16.97 15.8 8.99 -
YUV 110.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 140 103 76 0 0.26 0.46 0.45 25.31 0.3 0.42
Hex 8C 67 4C 0 1A 2E 2D 19 1E 2A
Octal 214 147 114 0 32 56 55 31 36 52
Binary 10001100 1100111 1001100 0 11010 101110 101101 11001 11110 101010

Color Harmonies of #8C674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C674C

Black with #8C674C

Text Example


Text Example

White with #8C674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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