Html Css Color HEX #6F120C Falu Red

📋 copy color: '#6F120C'

red 111 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #6F120C

Tints of Falu Red #6F120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 78.72%
G = 12.77%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F120C (or 0x6F120C) is known color: Falu Red. HEX triplet: 6F, 12 and 0C. RGB value is (111,18,12). Sum of RGB (Red+Green+Blue) = 111+18+12=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120C is #90EDF3. Grayscale: #2D2D2D. Windows color (decimal): -9498100 or 791151. OLE color: 791151.

HSL color Cylindrical-coordinate representation of color #6F120C: hue angle of 3.64º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F120C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 12 -
CMYK 0 0.84 0.89 0.56
HSL 3.64º 0.8% 0.24% -
HSV(B) 3.64º 0.89% 0.44% -
XYZ 6.84 3.84 0.73 -
YUV 45.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 111 18 12 0 0.84 0.89 0.56 3.64 0.8 0.24
Hex 6F 12 C 0 54 59 38 4 50 18
Octal 157 22 14 0 124 131 70 4 120 30
Binary 1101111 10010 1100 0 1010100 1011001 111000 100 1010000 11000

Color Harmonies of #6F120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F120C

Black with #6F120C

Text Example


Text Example

White with #6F120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,12); }

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

background-color css

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

 a { background-color: rgb(111,18,12); }

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

border-color css

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

 span { border-color: rgb(111,18,12); }

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