#6C213D

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

Shades of Siren #6C213D

Tints of Siren #6C213D

Color information

#6C213D (or 0x6C213D) is unknown color: approx Siren. HEX triplet: 6C, 21 and 3D. RGB value is (108,33,61). Sum of RGB (Red+Green+Blue) = 108+33+61=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C213D is #93DEC2. Grayscale: #3A3A3A. Windows color (decimal): -9690819 or 4006252. OLE color: 4006252.

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

Color convert

RGB1083361-
CMYK00.690.440.58
HSL337.6º53.19%27.65%-
HSV(B)337.6º69.44%42.35%-
XYZ7.574.614.91-
YUV58.62129.35163.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.47%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=53.47%
G=16.34%
B=30.20%

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
Decimal108336100.690.440.58337.653.1927.65
Hex6C213D0452C3A152351c
Octal1544175010554725226534
Binary11011001000011111010100010110110011101010101001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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