Html Css Color HEX #6E6072 Rum

📋 copy color: '#6E6072'

red 110 ◦ green 96 ◦ blue 114

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

Shades of Rum #6E6072

Tints of Rum #6E6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 34.38%
G = 30%
B = 35.63%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E6072 (or 0x6E6072) is known color: Rum. HEX triplet: 6E, 60 and 72. RGB value is (110,96,114). Sum of RGB (Red+Green+Blue) = 110+96+114=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6072 is #919F8D. Grayscale: #666666. Windows color (decimal): -9543566 or 7495790. OLE color: 7495790.

HSL color Cylindrical-coordinate representation of color #6E6072: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E6072 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 96 114 -
CMYK 0.04 0.16 0 0.55
HSL 286.67º 0.09% 0.41% -
HSV(B) 286.67º 0.16% 0.45% -
XYZ 13.65 12.9 17.69 -
YUV 102.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 110 96 114 0.04 0.16 0 0.55 286.67 0.09 0.41
Hex 6E 60 72 4 10 0 37 11F 9 29
Octal 156 140 162 4 20 0 67 437 11 51
Binary 1101110 1100000 1110010 100 10000 0 110111 100011111 1001 101001

Color Harmonies of #6E6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6072

Black with #6E6072

Text Example


Text Example

White with #6E6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,114); }

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

background-color css

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

 a { background-color: rgb(110,96,114); }

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

border-color css

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

 span { border-color: rgb(110,96,114); }

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