Html Css Color HEX #6F1906 Falu Red

📋 copy color: '#6F1906'

red 111 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #6F1906

Tints of Falu Red #6F1906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 6 (2.73% from 255) = 4.23%

R = 78.17%
G = 17.61%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1906 (or 0x6F1906) is known color: Falu Red. HEX triplet: 6F, 19 and 06. RGB value is (111,25,6). Sum of RGB (Red+Green+Blue) = 111+25+6=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1906 is #90E6F9. Grayscale: #303030. Windows color (decimal): -9496314 or 399727. OLE color: 399727.

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

Color convert

RGB 111 25 6 -
CMYK 0 0.77 0.95 0.56
HSL 10.86º 0.9% 0.23% -
HSV(B) 10.86º 0.95% 0.44% -
XYZ 6.94 4.09 0.6 -
YUV 48.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 111 25 6 0 0.77 0.95 0.56 10.86 0.9 0.23
Hex 6F 19 6 0 4D 5F 38 B 5A 17
Octal 157 31 6 0 115 137 70 13 132 27
Binary 1101111 11001 110 0 1001101 1011111 111000 1011 1011010 10111

Color Harmonies of #6F1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1906

Black with #6F1906

Text Example


Text Example

White with #6F1906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,6); }

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

background-color css

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

 a { background-color: rgb(111,25,6); }

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

border-color css

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

 span { border-color: rgb(111,25,6); }

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