Html Css Color HEX #8C6663 Ferra

📋 copy color: '#8C6663'

red 140 ◦ green 102 ◦ blue 99

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

Shades of Ferra #8C6663

Tints of Ferra #8C6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 41.06%
G = 29.91%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C6663 (or 0x8C6663) is known color: Ferra. HEX triplet: 8C, 66 and 63. RGB value is (140,102,99). Sum of RGB (Red+Green+Blue) = 140+102+99=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6663 is #73999C. Grayscale: #717171. Windows color (decimal): -7575965 or 6514316. OLE color: 6514316.

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

Color convert

RGB 140 102 99 -
CMYK 0 0.27 0.29 0.45
HSL 4.39º 0.17% 0.47% -
HSV(B) 4.39º 0.29% 0.55% -
XYZ 17.82 15.98 13.95 -
YUV 113.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 140 102 99 0 0.27 0.29 0.45 4.39 0.17 0.47
Hex 8C 66 63 0 1B 1D 2D 4 11 2F
Octal 214 146 143 0 33 35 55 4 21 57
Binary 10001100 1100110 1100011 0 11011 11101 101101 100 10001 101111

Color Harmonies of #8C6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6663

Black with #8C6663

Text Example


Text Example

White with #8C6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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