Html Css Color HEX #6F1908 Falu Red

📋 copy color: '#6F1908'

red 111 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #6F1908

Tints of Falu Red #6F1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 77.08%
G = 17.36%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F1908 (or 0x6F1908) is known color: Falu Red. HEX triplet: 6F, 19 and 08. RGB value is (111,25,8). Sum of RGB (Red+Green+Blue) = 111+25+8=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1908 is #90E6F7. Grayscale: #303030. Windows color (decimal): -9496312 or 530799. OLE color: 530799.

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

Color convert

RGB 111 25 8 -
CMYK 0 0.77 0.93 0.56
HSL 9.9º 0.87% 0.23% -
HSV(B) 9.9º 0.93% 0.44% -
XYZ 6.95 4.09 0.65 -
YUV 48.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 111 25 8 0 0.77 0.93 0.56 9.9 0.87 0.23
Hex 6F 19 8 0 4D 5D 38 A 57 17
Octal 157 31 10 0 115 135 70 12 127 27
Binary 1101111 11001 1000 0 1001101 1011101 111000 1010 1010111 10111

Color Harmonies of #6F1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1908

Black with #6F1908

Text Example


Text Example

White with #6F1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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