Html Css Color HEX #6F150F Falu Red

📋 copy color: '#6F150F'

red 111 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #6F150F

Tints of Falu Red #6F150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 75.51%
G = 14.29%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F150F (or 0x6F150F) is known color: Falu Red. HEX triplet: 6F, 15 and 0F. RGB value is (111,21,15). Sum of RGB (Red+Green+Blue) = 111+21+15=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F150F is #90EAF0. Grayscale: #2F2F2F. Windows color (decimal): -9497329 or 988527. OLE color: 988527.

HSL color Cylindrical-coordinate representation of color #6F150F: hue angle of 3.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F150F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 15 -
CMYK 0 0.81 0.86 0.56
HSL 3.75º 0.76% 0.25% -
HSV(B) 3.75º 0.86% 0.44% -
XYZ 6.91 3.95 0.85 -
YUV 47.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 111 21 15 0 0.81 0.86 0.56 3.75 0.76 0.25
Hex 6F 15 F 0 51 56 38 4 4C 19
Octal 157 25 17 0 121 126 70 4 114 31
Binary 1101111 10101 1111 0 1010001 1010110 111000 100 1001100 11001

Color Harmonies of #6F150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F150F

Black with #6F150F

Text Example


Text Example

White with #6F150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,15); }

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

background-color css

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

 a { background-color: rgb(111,21,15); }

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

border-color css

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

 span { border-color: rgb(111,21,15); }

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