Html Css Color HEX #6F2007 Falu Red

📋 copy color: '#6F2007'

red 111 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #6F2007

Tints of Falu Red #6F2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 74%
G = 21.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6F2007 (or 0x6F2007) is known color: Falu Red. HEX triplet: 6F, 20 and 07. RGB value is (111,32,7). Sum of RGB (Red+Green+Blue) = 111+32+7=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2007 is #90DFF8. Grayscale: #343434. Windows color (decimal): -9494521 or 467055. OLE color: 467055.

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

Color convert

RGB 111 32 7 -
CMYK 0 0.71 0.94 0.56
HSL 14.42º 0.88% 0.23% -
HSV(B) 14.42º 0.94% 0.44% -
XYZ 7.11 4.43 0.68 -
YUV 52.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 111 32 7 0 0.71 0.94 0.56 14.42 0.88 0.23
Hex 6F 20 7 0 47 5E 38 E 58 17
Octal 157 40 7 0 107 136 70 16 130 27
Binary 1101111 100000 111 0 1000111 1011110 111000 1110 1011000 10111

Color Harmonies of #6F2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2007

Black with #6F2007

Text Example


Text Example

White with #6F2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,7); }

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

background-color css

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

 a { background-color: rgb(111,32,7); }

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

border-color css

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

 span { border-color: rgb(111,32,7); }

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