Html Css Color HEX #8C6561 Ferra

📋 copy color: '#8C6561'

red 140 ◦ green 101 ◦ blue 97

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

Shades of Ferra #8C6561

Tints of Ferra #8C6561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 41.42%
G = 29.88%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6561 (or 0x8C6561) is known color: Ferra. HEX triplet: 8C, 65 and 61. RGB value is (140,101,97). Sum of RGB (Red+Green+Blue) = 140+101+97=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6561 is #739A9E. Grayscale: #707070. Windows color (decimal): -7576223 or 6382988. OLE color: 6382988.

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

Color convert

RGB 140 101 97 -
CMYK 0 0.28 0.31 0.45
HSL 5.58º 0.18% 0.46% -
HSV(B) 5.58º 0.31% 0.55% -
XYZ 17.63 15.75 13.42 -
YUV 112.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 140 101 97 0 0.28 0.31 0.45 5.58 0.18 0.46
Hex 8C 65 61 0 1C 1F 2D 6 12 2E
Octal 214 145 141 0 34 37 55 6 22 56
Binary 10001100 1100101 1100001 0 11100 11111 101101 110 10010 101110

Color Harmonies of #8C6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6561

Black with #8C6561

Text Example


Text Example

White with #8C6561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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