Html Css Color HEX #6E6175 Rum

📋 copy color: '#6E6175'

red 110 ◦ green 97 ◦ blue 117

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

Shades of Rum #6E6175

Tints of Rum #6E6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 33.95%
G = 29.94%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E6175 (or 0x6E6175) is known color: Rum. HEX triplet: 6E, 61 and 75. RGB value is (110,97,117). Sum of RGB (Red+Green+Blue) = 110+97+117=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E6175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6175 is #919E8A. Grayscale: #676767. Windows color (decimal): -9543307 or 7692654. OLE color: 7692654.

HSL color Cylindrical-coordinate representation of color #6E6175: hue angle of 279º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E6175 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 97 117 -
CMYK 0.06 0.17 0 0.54
HSL 279º 0.09% 0.42% -
HSV(B) 279º 0.17% 0.46% -
XYZ 13.92 13.15 18.63 -
YUV 103.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 110 97 117 0.06 0.17 0 0.54 279 0.09 0.42
Hex 6E 61 75 6 11 0 36 117 9 2A
Octal 156 141 165 6 21 0 66 427 11 52
Binary 1101110 1100001 1110101 110 10001 0 110110 100010111 1001 101010

Color Harmonies of #6E6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6175

Black with #6E6175

Text Example


Text Example

White with #6E6175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,117); }

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

background-color css

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

 a { background-color: rgb(110,97,117); }

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

border-color css

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

 span { border-color: rgb(110,97,117); }

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