Html Css Color HEX #846465 Empress

📋 copy color: '#846465'

red 132 ◦ green 100 ◦ blue 101

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

Shades of Empress #846465

Tints of Empress #846465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 39.64%
G = 30.03%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#846465 (or 0x846465) is known color: Empress. HEX triplet: 84, 64 and 65. RGB value is (132,100,101). Sum of RGB (Red+Green+Blue) = 132+100+101=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846465 is #7B9B9A. Grayscale: #6D6D6D. Windows color (decimal): -8100763 or 6644868. OLE color: 6644868.

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

Color convert

RGB 132 100 101 -
CMYK 0 0.24 0.23 0.48
HSL 358.13º 0.14% 0.45% -
HSV(B) 358.13º 0.24% 0.52% -
XYZ 16.42 14.96 14.33 -
YUV 109.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 132 100 101 0 0.24 0.23 0.48 358.13 0.14 0.45
Hex 84 64 65 0 18 17 30 166 E 2D
Octal 204 144 145 0 30 27 60 546 16 55
Binary 10000100 1100100 1100101 0 11000 10111 110000 101100110 1110 101101

Color Harmonies of #846465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846465

Black with #846465

Text Example


Text Example

White with #846465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846465; }

 p { color: rgb(132,100,101); }

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

background-color css

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

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

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

border-color css

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

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

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