Html Css Color HEX #6C5A73 Rum

📋 copy color: '#6C5A73'

red 108 ◦ green 90 ◦ blue 115

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

Shades of Rum #6C5A73

Tints of Rum #6C5A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 34.5%
G = 28.75%
B = 36.74%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C5A73 (or 0x6C5A73) is known color: Rum. HEX triplet: 6C, 5A and 73. RGB value is (108,90,115). Sum of RGB (Red+Green+Blue) = 108+90+115=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A73 is #93A58C. Grayscale: #626262. Windows color (decimal): -9676173 or 7559788. OLE color: 7559788.

HSL color Cylindrical-coordinate representation of color #6C5A73: hue angle of 283.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5A73 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 90 115 -
CMYK 0.06 0.22 0 0.55
HSL 283.2º 0.12% 0.4% -
HSV(B) 283.2º 0.22% 0.45% -
XYZ 12.94 11.74 17.8 -
YUV 98.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 108 90 115 0.06 0.22 0 0.55 283.2 0.12 0.4
Hex 6C 5A 73 6 16 0 37 11B C 28
Octal 154 132 163 6 26 0 67 433 14 50
Binary 1101100 1011010 1110011 110 10110 0 110111 100011011 1100 101000

Color Harmonies of #6C5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A73

Black with #6C5A73

Text Example


Text Example

White with #6C5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,115); }

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

background-color css

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

 a { background-color: rgb(108,90,115); }

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

border-color css

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

 span { border-color: rgb(108,90,115); }

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