Html Css Color HEX #806267 Empress

📋 copy color: '#806267'

red 128 ◦ green 98 ◦ blue 103

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

Shades of Empress #806267

Tints of Empress #806267

RGB

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

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

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

R = 38.91%
G = 29.79%
B = 31.31%

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

#806267 (or 0x806267) is known color: Empress. HEX triplet: 80, 62 and 67. RGB value is (128,98,103). Sum of RGB (Red+Green+Blue) = 128+98+103=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806267 is #7F9D98. Grayscale: #6B6B6B. Windows color (decimal): -8363417 or 6775424. OLE color: 6775424.

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

Color convert

RGB 128 98 103 -
CMYK 0 0.23 0.20 0.50
HSL 350º 0.13% 0.44% -
HSV(B) 350º 0.23% 0.5% -
XYZ 15.72 14.3 14.76 -
YUV 107.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 128 98 103 0 0.23 0.20 0.50 350 0.13 0.44
Hex 80 62 67 0 17 14 32 15E D 2C
Octal 200 142 147 0 27 24 62 536 15 54
Binary 10000000 1100010 1100111 0 10111 10100 110010 101011110 1101 101100

Color Harmonies of #806267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806267

Black with #806267

Text Example


Text Example

White with #806267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806267; }

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

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

background-color css

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

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

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

border-color css

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

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

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