Html Css Color HEX #6F1504 Falu Red

📋 copy color: '#6F1504'

red 111 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #6F1504

Tints of Falu Red #6F1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 81.62%
G = 15.44%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F1504 (or 0x6F1504) is known color: Falu Red. HEX triplet: 6F, 15 and 04. RGB value is (111,21,4). Sum of RGB (Red+Green+Blue) = 111+21+4=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1504 is #90EAFB. Grayscale: #2E2E2E. Windows color (decimal): -9497340 or 267631. OLE color: 267631.

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

Color convert

RGB 111 21 4 -
CMYK 0 0.81 0.96 0.56
HSL 9.53º 0.93% 0.23% -
HSV(B) 9.53º 0.96% 0.44% -
XYZ 6.85 3.92 0.51 -
YUV 45.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 111 21 4 0 0.81 0.96 0.56 9.53 0.93 0.23
Hex 6F 15 4 0 51 60 38 A 5D 17
Octal 157 25 4 0 121 140 70 12 135 27
Binary 1101111 10101 100 0 1010001 1100000 111000 1010 1011101 10111

Color Harmonies of #6F1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1504

Black with #6F1504

Text Example


Text Example

White with #6F1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,4); }

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

background-color css

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

 a { background-color: rgb(111,21,4); }

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

border-color css

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

 span { border-color: rgb(111,21,4); }

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