#6C2D42

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

Shades of Siren #6C2D42

Tints of Siren #6C2D42

Color information

#6C2D42 (or 0x6C2D42) is unknown color: approx Siren. HEX triplet: 6C, 2D and 42. RGB value is (108,45,66). Sum of RGB (Red+Green+Blue) = 108+45+66=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D42 is #93D2BD. Grayscale: #424242. Windows color (decimal): -9687742 or 4337004. OLE color: 4337004.

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

Color convert

RGB1084566-
CMYK00.580.390.58
HSL340º41.18%30%-
HSV(B)340º58.33%42.35%-
XYZ8.115.465.78-
YUV66.23127.87157.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=49.32%
G=20.55%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108456600.580.390.5834041.1830
Hex6C2D4203A273A154291e
Octal1545510207247725245136
Binary11011001011011000010011101010011111101010101010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,45,66); }

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

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

 a { background-color: rgb(108,45,66); }

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

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

 span { border-color: rgb(108,45,66); }

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