Html Css Color HEX #6A616C Rum

📋 copy color: '#6A616C'

red 106 ◦ green 97 ◦ blue 108

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

Shades of Rum #6A616C

Tints of Rum #6A616C

RGB

 RED value IS 106 (41.8% from 255) = 34.08%

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 34.08%
G = 31.19%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A616C (or 0x6A616C) is known color: Rum. HEX triplet: 6A, 61 and 6C. RGB value is (106,97,108). Sum of RGB (Red+Green+Blue) = 106+97+108=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A616C is #959E93. Grayscale: #646464. Windows color (decimal): -9805460 or 7102826. OLE color: 7102826.

HSL color Cylindrical-coordinate representation of color #6A616C: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A616C is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 97 108 -
CMYK 0.02 0.10 0 0.58
HSL 289.09º 0.05% 0.4% -
HSV(B) 289.09º 0.1% 0.42% -
XYZ 12.93 12.7 15.96 -
YUV 100.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 106 97 108 0.02 0.10 0 0.58 289.09 0.05 0.4
Hex 6A 61 6C 2 A 0 3A 121 5 28
Octal 152 141 154 2 12 0 72 441 5 50
Binary 1101010 1100001 1101100 10 1010 0 111010 100100001 101 101000

Color Harmonies of #6A616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A616C

Black with #6A616C

Text Example


Text Example

White with #6A616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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