Html Css Color HEX #6F1508 Falu Red

📋 copy color: '#6F1508'

red 111 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #6F1508

Tints of Falu Red #6F1508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 79.29%
G = 15%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F1508 (or 0x6F1508) is known color: Falu Red. HEX triplet: 6F, 15 and 08. RGB value is (111,21,8). Sum of RGB (Red+Green+Blue) = 111+21+8=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1508 is #90EAF7. Grayscale: #2E2E2E. Windows color (decimal): -9497336 or 529775. OLE color: 529775.

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

Color convert

RGB 111 21 8 -
CMYK 0 0.81 0.93 0.56
HSL 7.57º 0.87% 0.23% -
HSV(B) 7.57º 0.93% 0.44% -
XYZ 6.87 3.93 0.63 -
YUV 46.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 111 21 8 0 0.81 0.93 0.56 7.57 0.87 0.23
Hex 6F 15 8 0 51 5D 38 8 57 17
Octal 157 25 10 0 121 135 70 10 127 27
Binary 1101111 10101 1000 0 1010001 1011101 111000 1000 1010111 10111

Color Harmonies of #6F1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1508

Black with #6F1508

Text Example


Text Example

White with #6F1508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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