Html Css Color HEX #6E6571 Rum

📋 copy color: '#6E6571'

red 110 ◦ green 101 ◦ blue 113

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

Shades of Rum #6E6571

Tints of Rum #6E6571

RGB

 RED value IS 110 (43.36% from 255) = 33.95%

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 33.95%
G = 31.17%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E6571 (or 0x6E6571) is known color: Rum. HEX triplet: 6E, 65 and 71. RGB value is (110,101,113). Sum of RGB (Red+Green+Blue) = 110+101+113=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6571 is #919A8E. Grayscale: #696969. Windows color (decimal): -9542287 or 7431534. OLE color: 7431534.

HSL color Cylindrical-coordinate representation of color #6E6571: hue angle of 285º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6571 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 101 113 -
CMYK 0.03 0.11 0 0.56
HSL 285º 0.06% 0.42% -
HSV(B) 285º 0.11% 0.44% -
XYZ 14.06 13.81 17.55 -
YUV 105.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 110 101 113 0.03 0.11 0 0.56 285 0.06 0.42
Hex 6E 65 71 3 B 0 38 11D 6 2A
Octal 156 145 161 3 13 0 70 435 6 52
Binary 1101110 1100101 1110001 11 1011 0 111000 100011101 110 101010

Color Harmonies of #6E6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6571

Black with #6E6571

Text Example


Text Example

White with #6E6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E6571; }

 p { color: rgb(110,101,113); }

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

background-color css

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

 a { background-color: rgb(110,101,113); }

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

border-color css

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

 span { border-color: rgb(110,101,113); }

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