Html Css Color HEX #846E6C Ferra

📋 copy color: '#846E6C'

red 132 ◦ green 110 ◦ blue 108

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

Shades of Ferra #846E6C

Tints of Ferra #846E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 37.71%
G = 31.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#846E6C (or 0x846E6C) is known color: Ferra. HEX triplet: 84, 6E and 6C. RGB value is (132,110,108). Sum of RGB (Red+Green+Blue) = 132+110+108=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E6C is #7B9193. Grayscale: #747474. Windows color (decimal): -8098196 or 7106180. OLE color: 7106180.

HSL color Cylindrical-coordinate representation of color #846E6C: hue angle of 5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846E6C is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 110 108 -
CMYK 0 0.17 0.18 0.48
HSL 0.1% 0.47% -
HSV(B) 0.18% 0.52% -
XYZ 17.8 17.14 16.56 -
YUV 116.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 132 110 108 0 0.17 0.18 0.48 5 0.1 0.47
Hex 84 6E 6C 0 11 12 30 5 A 2F
Octal 204 156 154 0 21 22 60 5 12 57
Binary 10000100 1101110 1101100 0 10001 10010 110000 101 1010 101111

Color Harmonies of #846E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846E6C

Black with #846E6C

Text Example


Text Example

White with #846E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846E6C; }

 p { color: rgb(132,110,108); }

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

background-color css

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

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

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

border-color css

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

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

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