#6C253C

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

Shades of Siren #6C253C

Tints of Siren #6C253C

Color information

#6C253C (or 0x6C253C) is unknown color: approx Siren. HEX triplet: 6C, 25 and 3C. RGB value is (108,37,60). Sum of RGB (Red+Green+Blue) = 108+37+60=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C253C is #93DAC3. Grayscale: #3C3C3C. Windows color (decimal): -9689796 or 3941740. OLE color: 3941740.

HSL color Cylindrical-coordinate representation of color #6C253C: hue angle of 340.56º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C253C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1083760-
CMYK00.660.440.58
HSL340.56º48.97%28.43%-
HSV(B)340.56º65.74%42.35%-
XYZ7.664.844.8-
YUV60.85127.52161.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=52.68%
G=18.05%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108376000.660.440.58340.5648.9728.43
Hex6C253C0422C3A155311c
Octal1544574010254725256134
Binary11011001001011111000100001010110011101010101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,60); }

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

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

 a { background-color: rgb(108,37,60); }

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

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

 span { border-color: rgb(108,37,60); }

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