Html Css Color HEX #846C68 Ferra

📋 copy color: '#846C68'

red 132 ◦ green 108 ◦ blue 104

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

Shades of Ferra #846C68

Tints of Ferra #846C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

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

R = 38.37%
G = 31.4%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#846C68 (or 0x846C68) is known color: Ferra. HEX triplet: 84, 6C and 68. RGB value is (132,108,104). Sum of RGB (Red+Green+Blue) = 132+108+104=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C68 is #7B9397. Grayscale: #727272. Windows color (decimal): -8098712 or 6843524. OLE color: 6843524.

HSL color Cylindrical-coordinate representation of color #846C68: hue angle of 8.57º 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 #846C68 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 108 104 -
CMYK 0 0.18 0.21 0.48
HSL 8.57º 0.12% 0.46% -
HSV(B) 8.57º 0.21% 0.52% -
XYZ 17.38 16.63 15.39 -
YUV 114.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 132 108 104 0 0.18 0.21 0.48 8.57 0.12 0.46
Hex 84 6C 68 0 12 15 30 9 C 2E
Octal 204 154 150 0 22 25 60 11 14 56
Binary 10000100 1101100 1101000 0 10010 10101 110000 1001 1100 101110

Color Harmonies of #846C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C68

Black with #846C68

Text Example


Text Example

White with #846C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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