Html Css Color HEX #6F1C06 Falu Red

📋 copy color: '#6F1C06'

red 111 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #6F1C06

Tints of Falu Red #6F1C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

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

R = 76.55%
G = 19.31%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1C06 (or 0x6F1C06) is known color: Falu Red. HEX triplet: 6F, 1C and 06. RGB value is (111,28,6). Sum of RGB (Red+Green+Blue) = 111+28+6=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1C06 is #90E3F9. Grayscale: #323232. Windows color (decimal): -9495546 or 400495. OLE color: 400495.

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

Color convert

RGB 111 28 6 -
CMYK 0 0.75 0.95 0.56
HSL 12.57º 0.9% 0.23% -
HSV(B) 12.57º 0.95% 0.44% -
XYZ 7 4.22 0.62 -
YUV 50.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 111 28 6 0 0.75 0.95 0.56 12.57 0.9 0.23
Hex 6F 1C 6 0 4B 5F 38 D 5A 17
Octal 157 34 6 0 113 137 70 15 132 27
Binary 1101111 11100 110 0 1001011 1011111 111000 1101 1011010 10111

Color Harmonies of #6F1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1C06

Black with #6F1C06

Text Example


Text Example

White with #6F1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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