Html Css Color HEX #6C6072 Rum

📋 copy color: '#6C6072'

red 108 ◦ green 96 ◦ blue 114

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

Shades of Rum #6C6072

Tints of Rum #6C6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 33.96%
G = 30.19%
B = 35.85%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C6072 (or 0x6C6072) is known color: Rum. HEX triplet: 6C, 60 and 72. RGB value is (108,96,114). Sum of RGB (Red+Green+Blue) = 108+96+114=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6072 is #939F8D. Grayscale: #656565. Windows color (decimal): -9674638 or 7495788. OLE color: 7495788.

HSL color Cylindrical-coordinate representation of color #6C6072: hue angle of 280º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C6072 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 96 114 -
CMYK 0.05 0.16 0 0.55
HSL 280º 0.09% 0.41% -
HSV(B) 280º 0.16% 0.45% -
XYZ 13.4 12.77 17.68 -
YUV 101.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 108 96 114 0.05 0.16 0 0.55 280 0.09 0.41
Hex 6C 60 72 5 10 0 37 118 9 29
Octal 154 140 162 5 20 0 67 430 11 51
Binary 1101100 1100000 1110010 101 10000 0 110111 100011000 1001 101001

Color Harmonies of #6C6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6072

Black with #6C6072

Text Example


Text Example

White with #6C6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,114); }

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

background-color css

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

 a { background-color: rgb(108,96,114); }

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

border-color css

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

 span { border-color: rgb(108,96,114); }

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