Html Css Color HEX #806368 Empress

📋 copy color: '#806368'

red 128 ◦ green 99 ◦ blue 104

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

Shades of Empress #806368

Tints of Empress #806368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 38.67%
G = 29.91%
B = 31.42%

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

#806368 (or 0x806368) is known color: Empress. HEX triplet: 80, 63 and 68. RGB value is (128,99,104). Sum of RGB (Red+Green+Blue) = 128+99+104=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806368 is #7F9C97. Grayscale: #6C6C6C. Windows color (decimal): -8363160 or 6841216. OLE color: 6841216.

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

Color convert

RGB 128 99 104 -
CMYK 0 0.23 0.19 0.50
HSL 349.66º 0.13% 0.45% -
HSV(B) 349.66º 0.23% 0.5% -
XYZ 15.86 14.51 15.06 -
YUV 108.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 128 99 104 0 0.23 0.19 0.50 349.66 0.13 0.45
Hex 80 63 68 0 17 13 32 15E D 2D
Octal 200 143 150 0 27 23 62 536 15 55
Binary 10000000 1100011 1101000 0 10111 10011 110010 101011110 1101 101101

Color Harmonies of #806368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806368

Black with #806368

Text Example


Text Example

White with #806368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806368; }

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

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

background-color css

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

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

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

border-color css

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

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

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