Html Css Color HEX #846868 Ferra

📋 copy color: '#846868'

red 132 ◦ green 104 ◦ blue 104

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

Shades of Ferra #846868

Tints of Ferra #846868

RGB

 RED value IS 132 (51.95% from 255) = 38.82%

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

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

R = 38.82%
G = 30.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#846868 (or 0x846868) is known color: Ferra. HEX triplet: 84, 68 and 68. RGB value is (132,104,104). Sum of RGB (Red+Green+Blue) = 132+104+104=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846868 is #7B9797. Grayscale: #707070. Windows color (decimal): -8099736 or 6842500. OLE color: 6842500.

HSL color Cylindrical-coordinate representation of color #846868: hue angle of 0º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846868 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 104 -
CMYK 0 0.21 0.21 0.48
HSL 0.12% 0.46% -
HSV(B) 0.21% 0.52% -
XYZ 16.96 15.81 15.25 -
YUV 112.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 132 104 104 0 0.21 0.21 0.48 0 0.12 0.46
Hex 84 68 68 0 15 15 30 0 C 2E
Octal 204 150 150 0 25 25 60 0 14 56
Binary 10000100 1101000 1101000 0 10101 10101 110000 0 1100 101110

Color Harmonies of #846868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846868

Black with #846868

Text Example


Text Example

White with #846868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846868; }

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

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

background-color css

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

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

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

border-color css

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

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

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