Html Css Color HEX #8C6D66 Ferra

📋 copy color: '#8C6D66'

red 140 ◦ green 109 ◦ blue 102

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

Shades of Ferra #8C6D66

Tints of Ferra #8C6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 39.89%
G = 31.05%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C6D66 (or 0x8C6D66) is known color: Ferra. HEX triplet: 8C, 6D and 66. RGB value is (140,109,102). Sum of RGB (Red+Green+Blue) = 140+109+102=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D66 is #739299. Grayscale: #757575. Windows color (decimal): -7574170 or 6712716. OLE color: 6712716.

HSL color Cylindrical-coordinate representation of color #8C6D66: hue angle of 11.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6D66 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 109 102 -
CMYK 0 0.22 0.27 0.45
HSL 11.05º 0.16% 0.47% -
HSV(B) 11.05º 0.27% 0.55% -
XYZ 18.68 17.47 14.96 -
YUV 117.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 140 109 102 0 0.22 0.27 0.45 11.05 0.16 0.47
Hex 8C 6D 66 0 16 1B 2D B 10 2F
Octal 214 155 146 0 26 33 55 13 20 57
Binary 10001100 1101101 1100110 0 10110 11011 101101 1011 10000 101111

Color Harmonies of #8C6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6D66

Black with #8C6D66

Text Example


Text Example

White with #8C6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,102); }

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

background-color css

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

 a { background-color: rgb(140,109,102); }

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

border-color css

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

 span { border-color: rgb(140,109,102); }

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