Html Css Color HEX #806266 Empress

📋 copy color: '#806266'

red 128 ◦ green 98 ◦ blue 102

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

Shades of Empress #806266

Tints of Empress #806266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 39.02%
G = 29.88%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#806266 (or 0x806266) is known color: Empress. HEX triplet: 80, 62 and 66. RGB value is (128,98,102). Sum of RGB (Red+Green+Blue) = 128+98+102=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806266 is #7F9D99. Grayscale: #6B6B6B. Windows color (decimal): -8363418 or 6709888. OLE color: 6709888.

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

Color convert

RGB 128 98 102 -
CMYK 0 0.23 0.20 0.50
HSL 352º 0.13% 0.44% -
HSV(B) 352º 0.23% 0.5% -
XYZ 15.67 14.28 14.5 -
YUV 107.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 128 98 102 0 0.23 0.20 0.50 352 0.13 0.44
Hex 80 62 66 0 17 14 32 160 D 2C
Octal 200 142 146 0 27 24 62 540 15 54
Binary 10000000 1100010 1100110 0 10111 10100 110010 101100000 1101 101100

Color Harmonies of #806266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806266

Black with #806266

Text Example


Text Example

White with #806266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806266; }

 p { color: rgb(128,98,102); }

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

background-color css

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

 a { background-color: rgb(128,98,102); }

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

border-color css

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

 span { border-color: rgb(128,98,102); }

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