Html Css Color HEX #8C6962 Ferra

📋 copy color: '#8C6962'

red 140 ◦ green 105 ◦ blue 98

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

Shades of Ferra #8C6962

Tints of Ferra #8C6962

RGB

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

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

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

R = 40.82%
G = 30.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6962 (or 0x8C6962) is known color: Ferra. HEX triplet: 8C, 69 and 62. RGB value is (140,105,98). Sum of RGB (Red+Green+Blue) = 140+105+98=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6962 is #73969D. Grayscale: #727272. Windows color (decimal): -7575198 or 6449548. OLE color: 6449548.

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

Color convert

RGB 140 105 98 -
CMYK 0 0.25 0.3 0.45
HSL 10º 0.18% 0.47% -
HSV(B) 10º 0.3% 0.55% -
XYZ 18.07 16.56 13.8 -
YUV 114.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 140 105 98 0 0.25 0.3 0.45 10 0.18 0.47
Hex 8C 69 62 0 19 1E 2D A 12 2F
Octal 214 151 142 0 31 36 55 12 22 57
Binary 10001100 1101001 1100010 0 11001 11110 101101 1010 10010 101111

Color Harmonies of #8C6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6962

Black with #8C6962

Text Example


Text Example

White with #8C6962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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