Html Css Color HEX #806467 Empress

📋 copy color: '#806467'

red 128 ◦ green 100 ◦ blue 103

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

Shades of Empress #806467

Tints of Empress #806467

RGB

 RED value IS 128 (50.39% from 255) = 38.67%

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

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

R = 38.67%
G = 30.21%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#806467 (or 0x806467) is known color: Empress. HEX triplet: 80, 64 and 67. RGB value is (128,100,103). Sum of RGB (Red+Green+Blue) = 128+100+103=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806467 is #7F9B98. Grayscale: #6C6C6C. Windows color (decimal): -8362905 or 6775936. OLE color: 6775936.

HSL color Cylindrical-coordinate representation of color #806467: hue angle of 353.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806467 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 103 -
CMYK 0 0.22 0.20 0.50
HSL 353.57º 0.12% 0.45% -
HSV(B) 353.57º 0.22% 0.5% -
XYZ 15.91 14.68 14.83 -
YUV 108.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 128 100 103 0 0.22 0.20 0.50 353.57 0.12 0.45
Hex 80 64 67 0 16 14 32 162 C 2D
Octal 200 144 147 0 26 24 62 542 14 55
Binary 10000000 1100100 1100111 0 10110 10100 110010 101100010 1100 101101

Color Harmonies of #806467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806467

Black with #806467

Text Example


Text Example

White with #806467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806467; }

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

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

background-color css

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

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

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

border-color css

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

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

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