#6C1605

Color #6C1605 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6C1605

Tints of Falu Red #6C1605

Color information

#6C1605 (or 0x6C1605) is unknown color: approx Falu Red. HEX triplet: 6C, 16 and 05. RGB value is (108,22,5). Sum of RGB (Red+Green+Blue) = 108+22+5=135 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1605 is #93E9FA. Grayscale: #2D2D2D. Windows color (decimal): -9693691 or 333420. OLE color: 333420.

HSL color Cylindrical-coordinate representation of color #6C1605: hue angle of 9.9º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C1605 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB108225-
CMYK00.800.950.58
HSL9.9º91.15%22.16%-
HSV(B)9.9º95.37%42.35%-
XYZ6.53.770.53-
YUV45.78104.99172.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 80%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=80%
G=16.30%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10822500.800.950.589.991.1522.16
Hex6C1650505F3Aa5b16
Octal1542650120137721213326
Binary1101100101101010101000010111111110101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C1605;
 }
 .AnyTagClassName
 {
   color: #6C1605;
 }
</style>
background-color css

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

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

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

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

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

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