Html Css Color HEX #82646A Empress

📋 copy color: '#82646A'

red 130 ◦ green 100 ◦ blue 106

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

Shades of Empress #82646A

Tints of Empress #82646A

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.8% from 255) = 31.55%

R = 38.69%
G = 29.76%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82646A (or 0x82646A) is known color: 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

RGB 130 100 106 -
CMYK 0 0.23 0.18 0.49
HSL 348º 0.13% 0.45% -
HSV(B) 348º 0.23% 0.51% -
XYZ 16.36 14.9 15.65 -
YUV 109.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 130 100 106 0 0.23 0.18 0.49 348 0.13 0.45
Hex 82 64 6A 0 17 12 31 15C D 2D
Octal 202 144 152 0 27 22 61 534 15 55
Binary 10000010 1100100 1101010 0 10111 10010 110001 101011100 1101 101101

Color Harmonies of #82646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82646A

Black with #82646A

Text Example


Text Example

White with #82646A

Text Example


Text Example

HTML Codes & Css Web 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>