Html Css Color HEX #6E666F Rum

📋 copy color: '#6E666F'

red 110 ◦ green 102 ◦ blue 111

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

Shades of Rum #6E666F

Tints of Rum #6E666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 34.06%
G = 31.58%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E666F (or 0x6E666F) is known color: Rum. HEX triplet: 6E, 66 and 6F. RGB value is (110,102,111). Sum of RGB (Red+Green+Blue) = 110+102+111=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E666F is #919990. Grayscale: #696969. Windows color (decimal): -9542033 or 7300718. OLE color: 7300718.

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

Color convert

RGB 110 102 111 -
CMYK 0.01 0.08 0 0.56
HSL 293.33º 0.04% 0.42% -
HSV(B) 293.33º 0.08% 0.44% -
XYZ 14.05 13.97 16.99 -
YUV 105.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 110 102 111 0.01 0.08 0 0.56 293.33 0.04 0.42
Hex 6E 66 6F 1 8 0 38 125 4 2A
Octal 156 146 157 1 10 0 70 445 4 52
Binary 1101110 1100110 1101111 1 1000 0 111000 100100101 100 101010

Color Harmonies of #6E666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E666F

Black with #6E666F

Text Example


Text Example

White with #6E666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,111); }

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

background-color css

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

 a { background-color: rgb(110,102,111); }

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

border-color css

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

 span { border-color: rgb(110,102,111); }

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