Html Css Color HEX #6F2005 Falu Red

📋 copy color: '#6F2005'

red 111 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #6F2005

Tints of Falu Red #6F2005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 75%
G = 21.62%
B = 3.38%

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

#6F2005 (or 0x6F2005) is known color: Falu Red. HEX triplet: 6F, 20 and 05. RGB value is (111,32,5). Sum of RGB (Red+Green+Blue) = 111+32+5=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2005 is #90DFFA. Grayscale: #343434. Windows color (decimal): -9494523 or 335983. OLE color: 335983.

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

Color convert

RGB 111 32 5 -
CMYK 0 0.71 0.95 0.56
HSL 15.28º 0.91% 0.23% -
HSV(B) 15.28º 0.95% 0.44% -
XYZ 7.1 4.42 0.62 -
YUV 52.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 111 32 5 0 0.71 0.95 0.56 15.28 0.91 0.23
Hex 6F 20 5 0 47 5F 38 F 5B 17
Octal 157 40 5 0 107 137 70 17 133 27
Binary 1101111 100000 101 0 1000111 1011111 111000 1111 1011011 10111

Color Harmonies of #6F2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2005

Black with #6F2005

Text Example


Text Example

White with #6F2005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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