Html Css Color HEX #826469 Empress

📋 copy color: '#826469'

red 130 ◦ green 100 ◦ blue 105

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

Shades of Empress #826469

Tints of Empress #826469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 38.81%
G = 29.85%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#826469 (or 0x826469) is known color: Empress. HEX triplet: 82, 64 and 69. RGB value is (130,100,105). Sum of RGB (Red+Green+Blue) = 130+100+105=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #826469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826469 is #7D9B96. Grayscale: #6D6D6D. Windows color (decimal): -8231831 or 6907010. OLE color: 6907010.

HSL color Cylindrical-coordinate representation of color #826469: hue angle of 350º 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 #826469 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 105 -
CMYK 0 0.23 0.19 0.49
HSL 350º 0.13% 0.45% -
HSV(B) 350º 0.23% 0.51% -
XYZ 16.31 14.88 15.38 -
YUV 109.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 130 100 105 0 0.23 0.19 0.49 350 0.13 0.45
Hex 82 64 69 0 17 13 31 15E D 2D
Octal 202 144 151 0 27 23 61 536 15 55
Binary 10000010 1100100 1101001 0 10111 10011 110001 101011110 1101 101101

Color Harmonies of #826469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826469

Black with #826469

Text Example


Text Example

White with #826469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826469; }

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

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

background-color css

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

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

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

border-color css

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

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

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