Html Css Color HEX #826A6E Empress

📋 copy color: '#826A6E'

red 130 ◦ green 106 ◦ blue 110

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

Shades of Empress #826A6E

Tints of Empress #826A6E

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

 GREEN value IS 106 (41.8% from 255) = 30.64%

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

R = 37.57%
G = 30.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#826A6E (or 0x826A6E) is known color: Empress. HEX triplet: 82, 6A and 6E. RGB value is (130,106,110). Sum of RGB (Red+Green+Blue) = 130+106+110=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A6E is #7D9591. Grayscale: #717171. Windows color (decimal): -8230290 or 7236226. OLE color: 7236226.

HSL color Cylindrical-coordinate representation of color #826A6E: hue angle of 350º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A6E is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 110 -
CMYK 0 0.18 0.15 0.49
HSL 350º 0.1% 0.46% -
HSV(B) 350º 0.18% 0.51% -
XYZ 17.17 16.18 16.97 -
YUV 113.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 130 106 110 0 0.18 0.15 0.49 350 0.1 0.46
Hex 82 6A 6E 0 12 F 31 15E A 2E
Octal 202 152 156 0 22 17 61 536 12 56
Binary 10000010 1101010 1101110 0 10010 1111 110001 101011110 1010 101110

Color Harmonies of #826A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A6E

Black with #826A6E

Text Example


Text Example

White with #826A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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