Html Css Color HEX #6C1707 Falu Red

📋 copy color: '#6C1707'

red 108 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #6C1707

Tints of Falu Red #6C1707

RGB

 RED value IS 108 (42.58% from 255) = 78.26%

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 78.26%
G = 16.67%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1707 (or 0x6C1707) is known color: Falu Red. HEX triplet: 6C, 17 and 07. RGB value is (108,23,7). Sum of RGB (Red+Green+Blue) = 108+23+7=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1707 is #93E8F8. Grayscale: #2E2E2E. Windows color (decimal): -9693433 or 464748. OLE color: 464748.

HSL color Cylindrical-coordinate representation of color #6C1707: hue angle of 9.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C1707 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 23 7 -
CMYK 0 0.79 0.94 0.58
HSL 9.5º 0.88% 0.23% -
HSV(B) 9.5º 0.94% 0.42% -
XYZ 6.53 3.82 0.59 -
YUV 46.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 108 23 7 0 0.79 0.94 0.58 9.5 0.88 0.23
Hex 6C 17 7 0 4F 5E 3A A 58 17
Octal 154 27 7 0 117 136 72 12 130 27
Binary 1101100 10111 111 0 1001111 1011110 111010 1010 1011000 10111

Color Harmonies of #6C1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1707

Black with #6C1707

Text Example


Text Example

White with #6C1707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,7); }

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

background-color css

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

 a { background-color: rgb(108,23,7); }

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

border-color css

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

 span { border-color: rgb(108,23,7); }

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