Html Css Color HEX #6F5C79 Rum

📋 copy color: '#6F5C79'

red 111 ◦ green 92 ◦ blue 121

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

Shades of Rum #6F5C79

Tints of Rum #6F5C79

RGB

 RED value IS 111 (43.75% from 255) = 34.26%

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 34.26%
G = 28.4%
B = 37.35%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F5C79 (or 0x6F5C79) is known color: Rum. HEX triplet: 6F, 5C and 79. RGB value is (111,92,121). Sum of RGB (Red+Green+Blue) = 111+92+121=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F5C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C79 is #90A386. Grayscale: #646464. Windows color (decimal): -9479047 or 7953519. OLE color: 7953519.

HSL color Cylindrical-coordinate representation of color #6F5C79: hue angle of 279.31º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5C79 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 92 121 -
CMYK 0.08 0.24 0 0.53
HSL 279.31º 0.14% 0.42% -
HSV(B) 279.31º 0.24% 0.47% -
XYZ 13.83 12.41 19.76 -
YUV 100.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 111 92 121 0.08 0.24 0 0.53 279.31 0.14 0.42
Hex 6F 5C 79 8 18 0 35 117 E 2A
Octal 157 134 171 10 30 0 65 427 16 52
Binary 1101111 1011100 1111001 1000 11000 0 110101 100010111 1110 101010

Color Harmonies of #6F5C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C79

Black with #6F5C79

Text Example


Text Example

White with #6F5C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,92,121); }

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

background-color css

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

 a { background-color: rgb(111,92,121); }

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

border-color css

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

 span { border-color: rgb(111,92,121); }

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