Html Css Color HEX #6E626F Rum

📋 copy color: '#6E626F'

red 110 ◦ green 98 ◦ blue 111

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

Shades of Rum #6E626F

Tints of Rum #6E626F

RGB

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

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

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

R = 34.48%
G = 30.72%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E626F (or 0x6E626F) is known color: Rum. HEX triplet: 6E, 62 and 6F. RGB value is (110,98,111). Sum of RGB (Red+Green+Blue) = 110+98+111=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E626F is #919D90. Grayscale: #676767. Windows color (decimal): -9543057 or 7299694. OLE color: 7299694.

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

Color convert

RGB 110 98 111 -
CMYK 0.01 0.12 0 0.56
HSL 295.38º 0.06% 0.41% -
HSV(B) 295.38º 0.12% 0.44% -
XYZ 13.67 13.2 16.87 -
YUV 103.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 110 98 111 0.01 0.12 0 0.56 295.38 0.06 0.41
Hex 6E 62 6F 1 C 0 38 127 6 29
Octal 156 142 157 1 14 0 70 447 6 51
Binary 1101110 1100010 1101111 1 1100 0 111000 100100111 110 101001

Color Harmonies of #6E626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E626F

Black with #6E626F

Text Example


Text Example

White with #6E626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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