Html Css Color HEX #826467 Empress

📋 copy color: '#826467'

red 130 ◦ green 100 ◦ blue 103

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

Shades of Empress #826467

Tints of Empress #826467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 39.04%
G = 30.03%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#826467 (or 0x826467) is known color: Empress. HEX triplet: 82, 64 and 67. RGB value is (130,100,103). Sum of RGB (Red+Green+Blue) = 130+100+103=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826467 is #7D9B98. Grayscale: #6D6D6D. Windows color (decimal): -8231833 or 6775938. OLE color: 6775938.

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

Color convert

RGB 130 100 103 -
CMYK 0 0.23 0.21 0.49
HSL 354º 0.13% 0.45% -
HSV(B) 354º 0.23% 0.51% -
XYZ 16.21 14.84 14.84 -
YUV 109.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 130 100 103 0 0.23 0.21 0.49 354 0.13 0.45
Hex 82 64 67 0 17 15 31 162 D 2D
Octal 202 144 147 0 27 25 61 542 15 55
Binary 10000010 1100100 1100111 0 10111 10101 110001 101100010 1101 101101

Color Harmonies of #826467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826467

Black with #826467

Text Example


Text Example

White with #826467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826467; }

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

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

background-color css

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

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

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

border-color css

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

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

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