Html Css Color HEX #6C6570 Rum

📋 copy color: '#6C6570'

red 108 ◦ green 101 ◦ blue 112

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

Shades of Rum #6C6570

Tints of Rum #6C6570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 33.64%
G = 31.46%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C6570 (or 0x6C6570) is known color: Rum. HEX triplet: 6C, 65 and 70. RGB value is (108,101,112). Sum of RGB (Red+Green+Blue) = 108+101+112=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C6570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6570 is #939A8F. Grayscale: #686868. Windows color (decimal): -9673360 or 7365996. OLE color: 7365996.

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

Color convert

RGB 108 101 112 -
CMYK 0.04 0.10 0 0.56
HSL 278.18º 0.05% 0.42% -
HSV(B) 278.18º 0.1% 0.44% -
XYZ 13.76 13.67 17.24 -
YUV 104.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 108 101 112 0.04 0.10 0 0.56 278.18 0.05 0.42
Hex 6C 65 70 4 A 0 38 116 5 2A
Octal 154 145 160 4 12 0 70 426 5 52
Binary 1101100 1100101 1110000 100 1010 0 111000 100010110 101 101010

Color Harmonies of #6C6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6570

Black with #6C6570

Text Example


Text Example

White with #6C6570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,101,112); }

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

background-color css

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

 a { background-color: rgb(108,101,112); }

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

border-color css

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

 span { border-color: rgb(108,101,112); }

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