#6C1B08

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

Shades of Falu Red #6C1B08

Tints of Falu Red #6C1B08

Color information

#6C1B08 (or 0x6C1B08) is unknown color: approx Falu Red. HEX triplet: 6C, 1B and 08. RGB value is (108,27,8). Sum of RGB (Red+Green+Blue) = 108+27+8=143 (18% of max value = 765). Red value is 108 (42.58% from 255 or 75.52% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1B08 is #93E4F7. Grayscale: #313131. Windows color (decimal): -9692408 or 531308. OLE color: 531308.

HSL color Cylindrical-coordinate representation of color #6C1B08: hue angle of 11.4º 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 #6C1B08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB108278-
CMYK00.750.930.58
HSL11.4º86.21%22.75%-
HSV(B)11.4º92.59%42.35%-
XYZ6.623.990.65-
YUV49.05104.84170.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 75.52%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=75.52%
G=18.88%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10827800.750.930.5811.486.2122.75
Hex6C1B804B5D3Ab5617
Octal15433100113135721312627
Binary11011001101110000100101110111011110101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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