Html Css Color HEX #6F5E71 Rum

📋 copy color: '#6F5E71'

red 111 ◦ green 94 ◦ blue 113

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

Shades of Rum #6F5E71

Tints of Rum #6F5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 34.91%
G = 29.56%
B = 35.53%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5E71 (or 0x6F5E71) is known color: Rum. HEX triplet: 6F, 5E and 71. RGB value is (111,94,113). Sum of RGB (Red+Green+Blue) = 111+94+113=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E71 is #90A18E. Grayscale: #656565. Windows color (decimal): -9478543 or 7429743. OLE color: 7429743.

HSL color Cylindrical-coordinate representation of color #6F5E71: hue angle of 293.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5E71 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 94 113 -
CMYK 0.02 0.17 0 0.56
HSL 293.68º 0.09% 0.41% -
HSV(B) 293.68º 0.17% 0.44% -
XYZ 13.54 12.58 17.34 -
YUV 101.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 111 94 113 0.02 0.17 0 0.56 293.68 0.09 0.41
Hex 6F 5E 71 2 11 0 38 126 9 29
Octal 157 136 161 2 21 0 70 446 11 51
Binary 1101111 1011110 1110001 10 10001 0 111000 100100110 1001 101001

Color Harmonies of #6F5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E71

Black with #6F5E71

Text Example


Text Example

White with #6F5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,94,113); }

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

background-color css

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

 a { background-color: rgb(111,94,113); }

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

border-color css

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

 span { border-color: rgb(111,94,113); }

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