#6C273A

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

Shades of Siren #6C273A

Tints of Siren #6C273A

Color information

#6C273A (or 0x6C273A) is unknown color: approx Siren. HEX triplet: 6C, 27 and 3A. RGB value is (108,39,58). Sum of RGB (Red+Green+Blue) = 108+39+58=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C273A is #93D8C5. Grayscale: #3D3D3D. Windows color (decimal): -9689286 or 3811180. OLE color: 3811180.

HSL color Cylindrical-coordinate representation of color #6C273A: hue angle of 343.48º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C273A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1083958-
CMYK00.640.460.58
HSL343.48º46.94%28.82%-
HSV(B)343.48º63.89%42.35%-
XYZ7.674.944.55-
YUV61.8125.86160.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=52.68%
G=19.02%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108395800.640.460.58343.4846.9428.82
Hex6C273A0402E3A1572f1d
Octal1544772010056725275735
Binary11011001001111110100100000010111011101010101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,39,58); }

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

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

 a { background-color: rgb(108,39,58); }

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

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

 span { border-color: rgb(108,39,58); }

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