#6C2741

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

Shades of Siren #6C2741

Tints of Siren #6C2741

Color information

#6C2741 (or 0x6C2741) is unknown color: approx Siren. HEX triplet: 6C, 27 and 41. RGB value is (108,39,65). Sum of RGB (Red+Green+Blue) = 108+39+65=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2741 is #93D8BE. Grayscale: #3E3E3E. Windows color (decimal): -9689279 or 4269932. OLE color: 4269932.

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

Color convert

RGB1083965-
CMYK00.640.400.58
HSL337.39º46.94%28.82%-
HSV(B)337.39º63.89%42.35%-
XYZ7.865.025.56-
YUV62.6129.36160.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.94%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=50.94%
G=18.40%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108396500.640.400.58337.3946.9428.82
Hex6C2741040283A1512f1d
Octal15447101010050725215735
Binary110110010011110000010100000010100011101010101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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