Html Css Color HEX #6F160F Falu Red

📋 copy color: '#6F160F'

red 111 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #6F160F

Tints of Falu Red #6F160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 75%
G = 14.86%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F160F (or 0x6F160F) is known color: Falu Red. HEX triplet: 6F, 16 and 0F. RGB value is (111,22,15). Sum of RGB (Red+Green+Blue) = 111+22+15=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F160F is #90E9F0. Grayscale: #2F2F2F. Windows color (decimal): -9497073 or 988783. OLE color: 988783.

HSL color Cylindrical-coordinate representation of color #6F160F: hue angle of 4.38º 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 #6F160F is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 15 -
CMYK 0 0.80 0.86 0.56
HSL 4.38º 0.76% 0.25% -
HSV(B) 4.38º 0.86% 0.44% -
XYZ 6.93 3.99 0.86 -
YUV 47.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 111 22 15 0 0.80 0.86 0.56 4.38 0.76 0.25
Hex 6F 16 F 0 50 56 38 4 4C 19
Octal 157 26 17 0 120 126 70 4 114 31
Binary 1101111 10110 1111 0 1010000 1010110 111000 100 1001100 11001

Color Harmonies of #6F160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F160F

Black with #6F160F

Text Example


Text Example

White with #6F160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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