Html Css Color HEX #6F230D Falu Red

📋 copy color: '#6F230D'

red 111 ◦ green 35 ◦ blue 13

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

Shades of Falu Red #6F230D

Tints of Falu Red #6F230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 69.81%
G = 22.01%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F230D (or 0x6F230D) is known color: Falu Red. HEX triplet: 6F, 23 and 0D. RGB value is (111,35,13). Sum of RGB (Red+Green+Blue) = 111+35+13=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F230D is #90DCF2. Grayscale: #373737. Windows color (decimal): -9493747 or 861039. OLE color: 861039.

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

Color convert

RGB 111 35 13 -
CMYK 0 0.68 0.88 0.56
HSL 13.47º 0.79% 0.24% -
HSV(B) 13.47º 0.88% 0.44% -
XYZ 7.23 4.61 0.89 -
YUV 55.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 111 35 13 0 0.68 0.88 0.56 13.47 0.79 0.24
Hex 6F 23 D 0 44 58 38 D 4F 18
Octal 157 43 15 0 104 130 70 15 117 30
Binary 1101111 100011 1101 0 1000100 1011000 111000 1101 1001111 11000

Color Harmonies of #6F230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F230D

Black with #6F230D

Text Example


Text Example

White with #6F230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,13); }

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

background-color css

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

 a { background-color: rgb(111,35,13); }

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

border-color css

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

 span { border-color: rgb(111,35,13); }

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