Html Css Color HEX #6F1703 Falu Red

📋 copy color: '#6F1703'

red 111 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #6F1703

Tints of Falu Red #6F1703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 81.02%
G = 16.79%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F1703 (or 0x6F1703) is known color: Falu Red. HEX triplet: 6F, 17 and 03. RGB value is (111,23,3). Sum of RGB (Red+Green+Blue) = 111+23+3=137 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.02% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1703 is #90E8FC. Grayscale: #2F2F2F. Windows color (decimal): -9496829 or 202607. OLE color: 202607.

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

Color convert

RGB 111 23 3 -
CMYK 0 0.79 0.97 0.56
HSL 11.11º 0.95% 0.22% -
HSV(B) 11.11º 0.97% 0.44% -
XYZ 6.88 4 0.5 -
YUV 47.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 111 23 3 0 0.79 0.97 0.56 11.11 0.95 0.22
Hex 6F 17 3 0 4F 61 38 B 5F 16
Octal 157 27 3 0 117 141 70 13 137 26
Binary 1101111 10111 11 0 1001111 1100001 111000 1011 1011111 10110

Color Harmonies of #6F1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1703

Black with #6F1703

Text Example


Text Example

White with #6F1703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,3); }

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

background-color css

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

 a { background-color: rgb(111,23,3); }

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

border-color css

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

 span { border-color: rgb(111,23,3); }

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