Html Css Color HEX #8C6562 Ferra

📋 copy color: '#8C6562'

red 140 ◦ green 101 ◦ blue 98

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

Shades of Ferra #8C6562

Tints of Ferra #8C6562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 41.3%
G = 29.79%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6562 (or 0x8C6562) is known color: Ferra. HEX triplet: 8C, 65 and 62. RGB value is (140,101,98). Sum of RGB (Red+Green+Blue) = 140+101+98=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6562 is #739A9D. Grayscale: #707070. Windows color (decimal): -7576222 or 6448524. OLE color: 6448524.

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

Color convert

RGB 140 101 98 -
CMYK 0 0.28 0.3 0.45
HSL 4.29º 0.18% 0.47% -
HSV(B) 4.29º 0.3% 0.55% -
XYZ 17.67 15.76 13.67 -
YUV 112.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 140 101 98 0 0.28 0.3 0.45 4.29 0.18 0.47
Hex 8C 65 62 0 1C 1E 2D 4 12 2F
Octal 214 145 142 0 34 36 55 4 22 57
Binary 10001100 1100101 1100010 0 11100 11110 101101 100 10010 101111

Color Harmonies of #8C6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6562

Black with #8C6562

Text Example


Text Example

White with #8C6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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