Html Css Color HEX #6F1B05 Falu Red

📋 copy color: '#6F1B05'

red 111 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #6F1B05

Tints of Falu Red #6F1B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 77.62%
G = 18.88%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1B05 (or 0x6F1B05) is known color: Falu Red. HEX triplet: 6F, 1B and 05. RGB value is (111,27,5). Sum of RGB (Red+Green+Blue) = 111+27+5=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1B05 is #90E4FA. Grayscale: #313131. Windows color (decimal): -9495803 or 334703. OLE color: 334703.

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

Color convert

RGB 111 27 5 -
CMYK 0 0.76 0.95 0.56
HSL 12.45º 0.91% 0.23% -
HSV(B) 12.45º 0.95% 0.44% -
XYZ 6.97 4.17 0.58 -
YUV 49.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 111 27 5 0 0.76 0.95 0.56 12.45 0.91 0.23
Hex 6F 1B 5 0 4C 5F 38 C 5B 17
Octal 157 33 5 0 114 137 70 14 133 27
Binary 1101111 11011 101 0 1001100 1011111 111000 1100 1011011 10111

Color Harmonies of #6F1B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B05

Black with #6F1B05

Text Example


Text Example

White with #6F1B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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