Html Css Color HEX #8C6553 Leather

📋 copy color: '#8C6553'

red 140 ◦ green 101 ◦ blue 83

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

Shades of Leather #8C6553

Tints of Leather #8C6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 43.21%
G = 31.17%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C6553 (or 0x8C6553) is known color: Leather. HEX triplet: 8C, 65 and 53. RGB value is (140,101,83). Sum of RGB (Red+Green+Blue) = 140+101+83=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6553 is #739AAC. Grayscale: #6E6E6E. Windows color (decimal): -7576237 or 5465484. OLE color: 5465484.

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

Color convert

RGB 140 101 83 -
CMYK 0 0.28 0.41 0.45
HSL 18.95º 0.26% 0.44% -
HSV(B) 18.95º 0.41% 0.55% -
XYZ 17.03 15.51 10.28 -
YUV 110.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 140 101 83 0 0.28 0.41 0.45 18.95 0.26 0.44
Hex 8C 65 53 0 1C 29 2D 13 1A 2C
Octal 214 145 123 0 34 51 55 23 32 54
Binary 10001100 1100101 1010011 0 11100 101001 101101 10011 11010 101100

Color Harmonies of #8C6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6553

Black with #8C6553

Text Example


Text Example

White with #8C6553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,83); }

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

background-color css

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

 a { background-color: rgb(140,101,83); }

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

border-color css

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

 span { border-color: rgb(140,101,83); }

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