Html Css Color HEX #6C626D Rum

📋 copy color: '#6C626D'

red 108 ◦ green 98 ◦ blue 109

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

Shades of Rum #6C626D

Tints of Rum #6C626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 34.29%
G = 31.11%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C626D (or 0x6C626D) is known color: Rum. HEX triplet: 6C, 62 and 6D. RGB value is (108,98,109). Sum of RGB (Red+Green+Blue) = 108+98+109=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C626D is #939D92. Grayscale: #666666. Windows color (decimal): -9674131 or 7168620. OLE color: 7168620.

HSL color Cylindrical-coordinate representation of color #6C626D: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C626D is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 98 109 -
CMYK 0.01 0.10 0 0.57
HSL 294.55º 0.05% 0.41% -
HSV(B) 294.55º 0.1% 0.43% -
XYZ 13.31 13.03 16.28 -
YUV 102.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 108 98 109 0.01 0.10 0 0.57 294.55 0.05 0.41
Hex 6C 62 6D 1 A 0 39 127 5 29
Octal 154 142 155 1 12 0 71 447 5 51
Binary 1101100 1100010 1101101 1 1010 0 111001 100100111 101 101001

Color Harmonies of #6C626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C626D

Black with #6C626D

Text Example


Text Example

White with #6C626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,98,109); }

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

background-color css

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

 a { background-color: rgb(108,98,109); }

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

border-color css

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

 span { border-color: rgb(108,98,109); }

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