Html Css Color HEX #6F160C Falu Red

📋 copy color: '#6F160C'

red 111 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #6F160C

Tints of Falu Red #6F160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 76.55%
G = 15.17%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F160C (or 0x6F160C) is known color: Falu Red. HEX triplet: 6F, 16 and 0C. RGB value is (111,22,12). Sum of RGB (Red+Green+Blue) = 111+22+12=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F160C is #90E9F3. Grayscale: #2F2F2F. Windows color (decimal): -9497076 or 792175. OLE color: 792175.

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

Color convert

RGB 111 22 12 -
CMYK 0 0.80 0.89 0.56
HSL 6.06º 0.8% 0.24% -
HSV(B) 6.06º 0.89% 0.44% -
XYZ 6.91 3.98 0.75 -
YUV 47.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 111 22 12 0 0.80 0.89 0.56 6.06 0.8 0.24
Hex 6F 16 C 0 50 59 38 6 50 18
Octal 157 26 14 0 120 131 70 6 120 30
Binary 1101111 10110 1100 0 1010000 1011001 111000 110 1010000 11000

Color Harmonies of #6F160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F160C

Black with #6F160C

Text Example


Text Example

White with #6F160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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