Html Css Color HEX #6C616E Rum

📋 copy color: '#6C616E'

red 108 ◦ green 97 ◦ blue 110

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

Shades of Rum #6C616E

Tints of Rum #6C616E

RGB

 RED value IS 108 (42.58% from 255) = 34.29%

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 34.29%
G = 30.79%
B = 34.92%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C616E (or 0x6C616E) is known color: Rum. HEX triplet: 6C, 61 and 6E. RGB value is (108,97,110). Sum of RGB (Red+Green+Blue) = 108+97+110=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C616E is #939E91. Grayscale: #656565. Windows color (decimal): -9674386 or 7233900. OLE color: 7233900.

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

Color convert

RGB 108 97 110 -
CMYK 0.02 0.12 0 0.57
HSL 290.77º 0.06% 0.41% -
HSV(B) 290.77º 0.12% 0.43% -
XYZ 13.27 12.86 16.54 -
YUV 101.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 108 97 110 0.02 0.12 0 0.57 290.77 0.06 0.41
Hex 6C 61 6E 2 C 0 39 123 6 29
Octal 154 141 156 2 14 0 71 443 6 51
Binary 1101100 1100001 1101110 10 1100 0 111001 100100011 110 101001

Color Harmonies of #6C616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C616E

Black with #6C616E

Text Example


Text Example

White with #6C616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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