Html Css Color HEX #6C5971 Rum

📋 copy color: '#6C5971'

red 108 ◦ green 89 ◦ blue 113

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

Shades of Rum #6C5971

Tints of Rum #6C5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 34.84%
G = 28.71%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C5971 (or 0x6C5971) is known color: Rum. HEX triplet: 6C, 59 and 71. RGB value is (108,89,113). Sum of RGB (Red+Green+Blue) = 108+89+113=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5971 is #93A68E. Grayscale: #616161. Windows color (decimal): -9676431 or 7428460. OLE color: 7428460.

HSL color Cylindrical-coordinate representation of color #6C5971: hue angle of 287.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C5971 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 89 113 -
CMYK 0.04 0.21 0 0.56
HSL 287.5º 0.12% 0.4% -
HSV(B) 287.5º 0.21% 0.44% -
XYZ 12.74 11.53 17.18 -
YUV 97.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 108 89 113 0.04 0.21 0 0.56 287.5 0.12 0.4
Hex 6C 59 71 4 15 0 38 120 C 28
Octal 154 131 161 4 25 0 70 440 14 50
Binary 1101100 1011001 1110001 100 10101 0 111000 100100000 1100 101000

Color Harmonies of #6C5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5971

Black with #6C5971

Text Example


Text Example

White with #6C5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,89,113); }

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

background-color css

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

 a { background-color: rgb(108,89,113); }

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

border-color css

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

 span { border-color: rgb(108,89,113); }

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