Html Css Color HEX #6F6371 Rum

📋 copy color: '#6F6371'

red 111 ◦ green 99 ◦ blue 113

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

Shades of Rum #6F6371

Tints of Rum #6F6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 34.37%
G = 30.65%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F6371 (or 0x6F6371) is known color: Rum. HEX triplet: 6F, 63 and 71. RGB value is (111,99,113). Sum of RGB (Red+Green+Blue) = 111+99+113=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6371 is #909C8E. Grayscale: #686868. Windows color (decimal): -9477263 or 7431023. OLE color: 7431023.

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

Color convert

RGB 111 99 113 -
CMYK 0.02 0.12 0 0.56
HSL 291.43º 0.07% 0.42% -
HSV(B) 291.43º 0.12% 0.44% -
XYZ 14 13.5 17.49 -
YUV 104.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 111 99 113 0.02 0.12 0 0.56 291.43 0.07 0.42
Hex 6F 63 71 2 C 0 38 123 7 2A
Octal 157 143 161 2 14 0 70 443 7 52
Binary 1101111 1100011 1110001 10 1100 0 111000 100100011 111 101010

Color Harmonies of #6F6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6371

Black with #6F6371

Text Example


Text Example

White with #6F6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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