Html Css Color HEX #6E6376 Rum

📋 copy color: '#6E6376'

red 110 ◦ green 99 ◦ blue 118

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

Shades of Rum #6E6376

Tints of Rum #6E6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 118 (46.48% from 255) = 36.09%

R = 33.64%
G = 30.28%
B = 36.09%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E6376 (or 0x6E6376) is known color: Rum. HEX triplet: 6E, 63 and 76. RGB value is (110,99,118). Sum of RGB (Red+Green+Blue) = 110+99+118=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6376 is #919C89. Grayscale: #686868. Windows color (decimal): -9542794 or 7758702. OLE color: 7758702.

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

Color convert

RGB 110 99 118 -
CMYK 0.07 0.16 0 0.54
HSL 274.74º 0.09% 0.43% -
HSV(B) 274.74º 0.16% 0.46% -
XYZ 14.16 13.55 19.01 -
YUV 104.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 110 99 118 0.07 0.16 0 0.54 274.74 0.09 0.43
Hex 6E 63 76 7 10 0 36 113 9 2B
Octal 156 143 166 7 20 0 66 423 11 53
Binary 1101110 1100011 1110110 111 10000 0 110110 100010011 1001 101011

Color Harmonies of #6E6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6376

Black with #6E6376

Text Example


Text Example

White with #6E6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,118); }

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

background-color css

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

 a { background-color: rgb(110,99,118); }

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

border-color css

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

 span { border-color: rgb(110,99,118); }

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