#6A333F

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

Shades of Siren #6A333F

Tints of Siren #6A333F

Color information

#6A333F (or 0x6A333F) is unknown color: approx Siren. HEX triplet: 6A, 33 and 3F. RGB value is (106,51,63). Sum of RGB (Red+Green+Blue) = 106+51+63=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A333F is #95CCC0. Grayscale: #444444. Windows color (decimal): -9817281 or 4141930. OLE color: 4141930.

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

Color convert

RGB1065163-
CMYK00.520.410.58
HSL346.91º35.03%30.78%-
HSV(B)346.91º51.89%41.57%-
XYZ8.025.795.4-
YUV68.81124.72154.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 63 (25% from 255) = 28.64%
R=48.18%
G=23.18%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106516300.520.410.58346.9135.0330.78
Hex6A333F034293A15b231f
Octal152637706451725334337
Binary1101010110011111111011010010100111101010101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,63); }

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

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

 a { background-color: rgb(106,51,63); }

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

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

 span { border-color: rgb(106,51,63); }

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