Html Css Color HEX #6F2006 Falu Red

📋 copy color: '#6F2006'

red 111 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #6F2006

Tints of Falu Red #6F2006

RGB

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

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

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

R = 74.5%
G = 21.48%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F2006 (or 0x6F2006) is known color: Falu Red. HEX triplet: 6F, 20 and 06. RGB value is (111,32,6). Sum of RGB (Red+Green+Blue) = 111+32+6=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2006 is #90DFF9. Grayscale: #343434. Windows color (decimal): -9494522 or 401519. OLE color: 401519.

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

Color convert

RGB 111 32 6 -
CMYK 0 0.71 0.95 0.56
HSL 14.86º 0.9% 0.23% -
HSV(B) 14.86º 0.95% 0.44% -
XYZ 7.1 4.43 0.65 -
YUV 52.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 111 32 6 0 0.71 0.95 0.56 14.86 0.9 0.23
Hex 6F 20 6 0 47 5F 38 F 5A 17
Octal 157 40 6 0 107 137 70 17 132 27
Binary 1101111 100000 110 0 1000111 1011111 111000 1111 1011010 10111

Color Harmonies of #6F2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2006

Black with #6F2006

Text Example


Text Example

White with #6F2006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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