Html Css Color HEX #806268 Empress

📋 copy color: '#806268'

red 128 ◦ green 98 ◦ blue 104

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

Shades of Empress #806268

Tints of Empress #806268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 38.79%
G = 29.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#806268 (or 0x806268) is known color: Empress. HEX triplet: 80, 62 and 68. RGB value is (128,98,104). Sum of RGB (Red+Green+Blue) = 128+98+104=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806268 is #7F9D97. Grayscale: #6B6B6B. Windows color (decimal): -8363416 or 6840960. OLE color: 6840960.

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

Color convert

RGB 128 98 104 -
CMYK 0 0.23 0.19 0.50
HSL 348º 0.13% 0.44% -
HSV(B) 348º 0.23% 0.5% -
XYZ 15.77 14.32 15.03 -
YUV 107.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 128 98 104 0 0.23 0.19 0.50 348 0.13 0.44
Hex 80 62 68 0 17 13 32 15C D 2C
Octal 200 142 150 0 27 23 62 534 15 54
Binary 10000000 1100010 1101000 0 10111 10011 110010 101011100 1101 101100

Color Harmonies of #806268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806268

Black with #806268

Text Example


Text Example

White with #806268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806268; }

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

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

background-color css

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

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

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

border-color css

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

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

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