Html Css Color HEX #846C6E Empress

📋 copy color: '#846C6E'

red 132 ◦ green 108 ◦ blue 110

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

Shades of Empress #846C6E

Tints of Empress #846C6E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 132 108 110 -
CMYK 0 0.18 0.17 0.48
HSL 355º 0.1% 0.47% -
HSV(B) 355º 0.18% 0.52% -
XYZ 17.69 16.76 17.05 -
YUV 115.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 132 108 110 0 0.18 0.17 0.48 355 0.1 0.47
Hex 84 6C 6E 0 12 11 30 163 A 2F
Octal 204 154 156 0 22 21 60 543 12 57
Binary 10000100 1101100 1101110 0 10010 10001 110000 101100011 1010 101111

Color Harmonies of #846C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846C6E

Black with #846C6E

Text Example


Text Example

White with #846C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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