Html Css Color HEX #8C6955 Leather

📋 copy color: '#8C6955'

red 140 ◦ green 105 ◦ blue 85

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

Shades of Leather #8C6955

Tints of Leather #8C6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 42.42%
G = 31.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C6955 (or 0x8C6955) is known color: Leather. HEX triplet: 8C, 69 and 55. RGB value is (140,105,85). Sum of RGB (Red+Green+Blue) = 140+105+85=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6955 is #7396AA. Grayscale: #717171. Windows color (decimal): -7575211 or 5597580. OLE color: 5597580.

HSL color Cylindrical-coordinate representation of color #8C6955: hue angle of 21.82º 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 #8C6955 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 85 -
CMYK 0 0.25 0.39 0.45
HSL 21.82º 0.24% 0.44% -
HSV(B) 21.82º 0.39% 0.55% -
XYZ 17.51 16.33 10.82 -
YUV 113.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 140 105 85 0 0.25 0.39 0.45 21.82 0.24 0.44
Hex 8C 69 55 0 19 27 2D 16 18 2C
Octal 214 151 125 0 31 47 55 26 30 54
Binary 10001100 1101001 1010101 0 11001 100111 101101 10110 11000 101100

Color Harmonies of #8C6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6955

Black with #8C6955

Text Example


Text Example

White with #8C6955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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