Html Css Color HEX #8C6755 Leather

📋 copy color: '#8C6755'

red 140 ◦ green 103 ◦ blue 85

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

Shades of Leather #8C6755

Tints of Leather #8C6755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 42.68%
G = 31.4%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C6755 (or 0x8C6755) is known color: Leather. HEX triplet: 8C, 67 and 55. RGB value is (140,103,85). Sum of RGB (Red+Green+Blue) = 140+103+85=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6755 is #7398AA. Grayscale: #707070. Windows color (decimal): -7575723 or 5597068. OLE color: 5597068.

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

Color convert

RGB 140 103 85 -
CMYK 0 0.26 0.39 0.45
HSL 19.64º 0.24% 0.44% -
HSV(B) 19.64º 0.39% 0.55% -
XYZ 17.31 15.93 10.76 -
YUV 112.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 140 103 85 0 0.26 0.39 0.45 19.64 0.24 0.44
Hex 8C 67 55 0 1A 27 2D 14 18 2C
Octal 214 147 125 0 32 47 55 24 30 54
Binary 10001100 1100111 1010101 0 11010 100111 101101 10100 11000 101100

Color Harmonies of #8C6755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6755

Black with #8C6755

Text Example


Text Example

White with #8C6755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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