#6C2E41

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

Shades of Siren #6C2E41

Tints of Siren #6C2E41

Color information

#6C2E41 (or 0x6C2E41) is unknown color: approx Siren. HEX triplet: 6C, 2E and 41. RGB value is (108,46,65). Sum of RGB (Red+Green+Blue) = 108+46+65=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2E41 is #93D1BE. Grayscale: #424242. Windows color (decimal): -9687487 or 4271724. OLE color: 4271724.

HSL color Cylindrical-coordinate representation of color #6C2E41: hue angle of 341.61º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C2E41 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1084665-
CMYK00.570.400.58
HSL341.61º40.26%30.2%-
HSV(B)341.61º57.41%42.35%-
XYZ8.125.525.64-
YUV66.7127.04157.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=49.32%
G=21.00%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108466500.570.400.58341.6140.2630.2
Hex6C2E41039283A156281e
Octal1545610107150725265036
Binary11011001011101000001011100110100011101010101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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