Html Css Color HEX #6C1708 Falu Red

📋 copy color: '#6C1708'

red 108 ◦ green 23 ◦ blue 8

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

Shades of Falu Red #6C1708

Tints of Falu Red #6C1708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 77.7%
G = 16.55%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6C1708 (or 0x6C1708) is known color: Falu Red. HEX triplet: 6C, 17 and 08. RGB value is (108,23,8). Sum of RGB (Red+Green+Blue) = 108+23+8=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1708 is #93E8F7. Grayscale: #2E2E2E. Windows color (decimal): -9693432 or 530284. OLE color: 530284.

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

Color convert

RGB 108 23 8 -
CMYK 0 0.79 0.93 0.58
HSL 0.86% 0.23% -
HSV(B) 0.93% 0.42% -
XYZ 6.53 3.82 0.62 -
YUV 46.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 108 23 8 0 0.79 0.93 0.58 9 0.86 0.23
Hex 6C 17 8 0 4F 5D 3A 9 56 17
Octal 154 27 10 0 117 135 72 11 126 27
Binary 1101100 10111 1000 0 1001111 1011101 111010 1001 1010110 10111

Color Harmonies of #6C1708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1708

Black with #6C1708

Text Example


Text Example

White with #6C1708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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