#6C213C

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

Shades of Siren #6C213C

Tints of Siren #6C213C

Color information

#6C213C (or 0x6C213C) is unknown color: approx Siren. HEX triplet: 6C, 21 and 3C. RGB value is (108,33,60). Sum of RGB (Red+Green+Blue) = 108+33+60=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C213C is #93DEC3. Grayscale: #3A3A3A. Windows color (decimal): -9690820 or 3940716. OLE color: 3940716.

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

Color convert

RGB1083360-
CMYK00.690.440.58
HSL338.4º53.19%27.65%-
HSV(B)338.4º69.44%42.35%-
XYZ7.544.64.77-
YUV58.5128.85163.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=53.73%
G=16.42%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108336000.690.440.58338.453.1927.65
Hex6C213C0452C3A152351c
Octal1544174010554725226534
Binary11011001000011111000100010110110011101010101001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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