Html Css Color HEX #6F1405 Falu Red

📋 copy color: '#6F1405'

red 111 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #6F1405

Tints of Falu Red #6F1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 81.62%
G = 14.71%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1405 (or 0x6F1405) is known color: Falu Red. HEX triplet: 6F, 14 and 05. RGB value is (111,20,5). Sum of RGB (Red+Green+Blue) = 111+20+5=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1405 is #90EBFA. Grayscale: #2D2D2D. Windows color (decimal): -9497595 or 332911. OLE color: 332911.

HSL color Cylindrical-coordinate representation of color #6F1405: hue angle of 8.49º degrees, saturation: 0.91, 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 #6F1405 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 20 5 -
CMYK 0 0.82 0.95 0.56
HSL 8.49º 0.91% 0.23% -
HSV(B) 8.49º 0.95% 0.44% -
XYZ 6.83 3.89 0.53 -
YUV 45.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 111 20 5 0 0.82 0.95 0.56 8.49 0.91 0.23
Hex 6F 14 5 0 52 5F 38 8 5B 17
Octal 157 24 5 0 122 137 70 10 133 27
Binary 1101111 10100 101 0 1010010 1011111 111000 1000 1011011 10111

Color Harmonies of #6F1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1405

Black with #6F1405

Text Example


Text Example

White with #6F1405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,5); }

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

background-color css

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

 a { background-color: rgb(111,20,5); }

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

border-color css

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

 span { border-color: rgb(111,20,5); }

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