#6A313C

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

Shades of Siren #6A313C

Tints of Siren #6A313C

Color information

#6A313C (or 0x6A313C) is unknown color: approx Siren. HEX triplet: 6A, 31 and 3C. RGB value is (106,49,60). Sum of RGB (Red+Green+Blue) = 106+49+60=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A313C is #95CEC3. Grayscale: #434343. Windows color (decimal): -9817796 or 3944810. OLE color: 3944810.

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

Color convert

RGB1064960-
CMYK00.540.430.58
HSL348.42º36.77%30.39%-
HSV(B)348.42º53.77%41.57%-
XYZ7.865.594.94-
YUV67.3123.88155.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=49.30%
G=22.79%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106496000.540.430.58348.4236.7730.39
Hex6A313C0362B3A15c251e
Octal152617406653725344536
Binary1101010110001111100011011010101111101010101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,60); }

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

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

 a { background-color: rgb(106,49,60); }

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

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

 span { border-color: rgb(106,49,60); }

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