Html Css Color HEX #8C6764 Ferra

📋 copy color: '#8C6764'

red 140 ◦ green 103 ◦ blue 100

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

Shades of Ferra #8C6764

Tints of Ferra #8C6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 40.82%
G = 30.03%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C6764 (or 0x8C6764) is known color: Ferra. HEX triplet: 8C, 67 and 64. RGB value is (140,103,100). Sum of RGB (Red+Green+Blue) = 140+103+100=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6764 is #73989B. Grayscale: #717171. Windows color (decimal): -7575708 or 6580108. OLE color: 6580108.

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

Color convert

RGB 140 103 100 -
CMYK 0 0.26 0.29 0.45
HSL 4.5º 0.17% 0.47% -
HSV(B) 4.5º 0.29% 0.55% -
XYZ 17.97 16.2 14.24 -
YUV 113.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 140 103 100 0 0.26 0.29 0.45 4.5 0.17 0.47
Hex 8C 67 64 0 1A 1D 2D 4 11 2F
Octal 214 147 144 0 32 35 55 4 21 57
Binary 10001100 1100111 1100100 0 11010 11101 101101 100 10001 101111

Color Harmonies of #8C6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6764

Black with #8C6764

Text Example


Text Example

White with #8C6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,100); }

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

background-color css

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

 a { background-color: rgb(140,103,100); }

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

border-color css

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

 span { border-color: rgb(140,103,100); }

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