Html Css Color HEX #6C160B Falu Red

📋 copy color: '#6C160B'

red 108 ◦ green 22 ◦ blue 11

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

Shades of Falu Red #6C160B

Tints of Falu Red #6C160B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 76.6%
G = 15.6%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C160B (or 0x6C160B) is known color: Falu Red. HEX triplet: 6C, 16 and 0B. RGB value is (108,22,11). Sum of RGB (Red+Green+Blue) = 108+22+11=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C160B is #93E9F4. Grayscale: #2E2E2E. Windows color (decimal): -9693685 or 726636. OLE color: 726636.

HSL color Cylindrical-coordinate representation of color #6C160B: hue angle of 6.8º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C160B is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 11 -
CMYK 0 0.80 0.90 0.58
HSL 6.8º 0.82% 0.23% -
HSV(B) 6.8º 0.9% 0.42% -
XYZ 6.53 3.79 0.7 -
YUV 46.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 108 22 11 0 0.80 0.90 0.58 6.8 0.82 0.23
Hex 6C 16 B 0 50 5A 3A 7 52 17
Octal 154 26 13 0 120 132 72 7 122 27
Binary 1101100 10110 1011 0 1010000 1011010 111010 111 1010010 10111

Color Harmonies of #6C160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C160B

Black with #6C160B

Text Example


Text Example

White with #6C160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,11); }

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

background-color css

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

 a { background-color: rgb(108,22,11); }

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

border-color css

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

 span { border-color: rgb(108,22,11); }

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