Html Css Color HEX #6F374F Flirt

📋 copy color: '#6F374F'

red 111 ◦ green 55 ◦ blue 79

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

Shades of Flirt #6F374F

Tints of Flirt #6F374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 45.31%
G = 22.45%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F374F (or 0x6F374F) is known color: Flirt. HEX triplet: 6F, 37 and 4F. RGB value is (111,55,79). Sum of RGB (Red+Green+Blue) = 111+55+79=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F374F is #90C8B0. Grayscale: #4A4A4A. Windows color (decimal): -9488561 or 5191535. OLE color: 5191535.

HSL color Cylindrical-coordinate representation of color #6F374F: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F374F is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 79 -
CMYK 0 0.50 0.29 0.56
HSL 334.29º 0.34% 0.33% -
HSV(B) 334.29º 0.5% 0.44% -
XYZ 9.33 6.68 8.19 -
YUV 74.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 111 55 79 0 0.50 0.29 0.56 334.29 0.34 0.33
Hex 6F 37 4F 0 32 1D 38 14E 22 21
Octal 157 67 117 0 62 35 70 516 42 41
Binary 1101111 110111 1001111 0 110010 11101 111000 101001110 100010 100001

Color Harmonies of #6F374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F374F

Black with #6F374F

Text Example


Text Example

White with #6F374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,79); }

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

background-color css

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

 a { background-color: rgb(111,55,79); }

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

border-color css

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

 span { border-color: rgb(111,55,79); }

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