#6C1C02

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

Shades of Falu Red #6C1C02

Tints of Falu Red #6C1C02

Color information

#6C1C02 (or 0x6C1C02) is unknown color: approx Falu Red. HEX triplet: 6C, 1C and 02. RGB value is (108,28,2). Sum of RGB (Red+Green+Blue) = 108+28+2=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1C02 is #93E3FD. Grayscale: #313131. Windows color (decimal): -9692158 or 138348. OLE color: 138348.

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

Color convert

RGB108282-
CMYK00.740.980.58
HSL14.72º96.36%21.57%-
HSV(B)14.72º98.15%42.35%-
XYZ6.614.020.49-
YUV48.96101.5170.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 78.26%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=78.26%
G=20.29%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10828200.740.980.5814.7296.3621.57
Hex6C1C204A623Af6016
Octal1543420112142721714026
Binary110110011100100100101011000101110101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,28,2); }

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

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

 a { background-color: rgb(108,28,2); }

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

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

 span { border-color: rgb(108,28,2); }

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