Html Css Color HEX #6F150B Falu Red

📋 copy color: '#6F150B'

red 111 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #6F150B

Tints of Falu Red #6F150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 77.62%
G = 14.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F150B (or 0x6F150B) is known color: Falu Red. HEX triplet: 6F, 15 and 0B. RGB value is (111,21,11). Sum of RGB (Red+Green+Blue) = 111+21+11=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F150B is #90EAF4. Grayscale: #2E2E2E. Windows color (decimal): -9497333 or 726383. OLE color: 726383.

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

Color convert

RGB 111 21 11 -
CMYK 0 0.81 0.90 0.56
HSL 0.82% 0.24% -
HSV(B) 0.9% 0.44% -
XYZ 6.88 3.94 0.71 -
YUV 46.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 111 21 11 0 0.81 0.90 0.56 6 0.82 0.24
Hex 6F 15 B 0 51 5A 38 6 52 18
Octal 157 25 13 0 121 132 70 6 122 30
Binary 1101111 10101 1011 0 1010001 1011010 111000 110 1010010 11000

Color Harmonies of #6F150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F150B

Black with #6F150B

Text Example


Text Example

White with #6F150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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