Html Css Color HEX #8C6965 Ferra

📋 copy color: '#8C6965'

red 140 ◦ green 105 ◦ blue 101

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

Shades of Ferra #8C6965

Tints of Ferra #8C6965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 40.46%
G = 30.35%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C6965 (or 0x8C6965) is known color: Ferra. HEX triplet: 8C, 69 and 65. RGB value is (140,105,101). Sum of RGB (Red+Green+Blue) = 140+105+101=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6965 is #73969A. Grayscale: #737373. Windows color (decimal): -7575195 or 6646156. OLE color: 6646156.

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

Color convert

RGB 140 105 101 -
CMYK 0 0.25 0.28 0.45
HSL 6.15º 0.16% 0.47% -
HSV(B) 6.15º 0.28% 0.55% -
XYZ 18.22 16.62 14.56 -
YUV 115.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 140 105 101 0 0.25 0.28 0.45 6.15 0.16 0.47
Hex 8C 69 65 0 19 1C 2D 6 10 2F
Octal 214 151 145 0 31 34 55 6 20 57
Binary 10001100 1101001 1100101 0 11001 11100 101101 110 10000 101111

Color Harmonies of #8C6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6965

Black with #8C6965

Text Example


Text Example

White with #8C6965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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