#82646A

Color #82646A Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #82646A

Tints of Empress #82646A

Color information

#82646A (or 0x82646A) is unknown color: approx Empress. HEX triplet: 82, 64 and 6A. RGB value is (130,100,106). Sum of RGB (Red+Green+Blue) = 130+100+106=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82646A is #7D9B95. Grayscale: #6D6D6D. Windows color (decimal): -8231830 or 6972546. OLE color: 6972546.

HSL color Cylindrical-coordinate representation of color #82646A: hue angle of 348º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82646A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130100106-
CMYK00.230.180.49
HSL348º13.04%45.1%-
HSV(B)348º23.08%50.98%-
XYZ16.3614.915.65-
YUV109.65125.94142.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=38.69%
G=29.76%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010010600.230.180.4934813.0445.1
Hex82646A017123115cd2d
Octal20214415202722615341555
Binary1000001011001001101010010111100101100011010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82646A; }

 p { color: rgb(130,100,106); }

 H1.HeaderClassName
 {
   color: #82646A;
 }
 .AnyTagClassName
 {
   color: #82646A;
 }
</style>
background-color css

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

 a { background-color: rgb(130,100,106); }

 div.DivClassName
 {
   background-color: #82646A;
 }
 .BgClassName
 {
   background-color: #82646A;
 }
</style>
border-color css

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

 span { border-color: rgb(130,100,106); }

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