Html Css Color HEX #6C5575 Rum

📋 copy color: '#6C5575'

red 108 ◦ green 85 ◦ blue 117

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

Shades of Rum #6C5575

Tints of Rum #6C5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 34.84%
G = 27.42%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C5575 (or 0x6C5575) is known color: Rum. HEX triplet: 6C, 55 and 75. RGB value is (108,85,117). Sum of RGB (Red+Green+Blue) = 108+85+117=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5575 is #93AA8A. Grayscale: #5F5F5F. Windows color (decimal): -9677451 or 7689580. OLE color: 7689580.

HSL color Cylindrical-coordinate representation of color #6C5575: hue angle of 283.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5575 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 85 117 -
CMYK 0.08 0.27 0 0.54
HSL 283.13º 0.16% 0.4% -
HSV(B) 283.13º 0.27% 0.46% -
XYZ 12.64 10.97 18.28 -
YUV 95.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 108 85 117 0.08 0.27 0 0.54 283.13 0.16 0.4
Hex 6C 55 75 8 1B 0 36 11B 10 28
Octal 154 125 165 10 33 0 66 433 20 50
Binary 1101100 1010101 1110101 1000 11011 0 110110 100011011 10000 101000

Color Harmonies of #6C5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5575

Black with #6C5575

Text Example


Text Example

White with #6C5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,117); }

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

background-color css

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

 a { background-color: rgb(108,85,117); }

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

border-color css

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

 span { border-color: rgb(108,85,117); }

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