Html Css Color HEX #8B6868 Ferra

📋 copy color: '#8B6868'

red 139 ◦ green 104 ◦ blue 104

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

Shades of Ferra #8B6868

Tints of Ferra #8B6868

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 40.06%
G = 29.97%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B6868 (or 0x8B6868) is known color: Ferra. HEX triplet: 8B, 68 and 68. RGB value is (139,104,104). Sum of RGB (Red+Green+Blue) = 139+104+104=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6868 is #749797. Grayscale: #727272. Windows color (decimal): -7640984 or 6842507. OLE color: 6842507.

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

Color convert

RGB 139 104 104 -
CMYK 0 0.25 0.25 0.45
HSL 0.14% 0.48% -
HSV(B) 0.25% 0.55% -
XYZ 18.1 16.39 15.31 -
YUV 114.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 139 104 104 0 0.25 0.25 0.45 0 0.14 0.48
Hex 8B 68 68 0 19 19 2D 0 E 30
Octal 213 150 150 0 31 31 55 0 16 60
Binary 10001011 1101000 1101000 0 11001 11001 101101 0 1110 110000

Color Harmonies of #8B6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6868

Black with #8B6868

Text Example


Text Example

White with #8B6868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,104,104); }

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

background-color css

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

 a { background-color: rgb(139,104,104); }

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

border-color css

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

 span { border-color: rgb(139,104,104); }

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