#6F293E

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

Shades of Siren #6F293E

Tints of Siren #6F293E

Color information

#6F293E (or 0x6F293E) is unknown color: approx Siren. HEX triplet: 6F, 29 and 3E. RGB value is (111,41,62). Sum of RGB (Red+Green+Blue) = 111+41+62=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F293E is #90D6C1. Grayscale: #404040. Windows color (decimal): -9492162 or 4073839. OLE color: 4073839.

HSL color Cylindrical-coordinate representation of color #6F293E: hue angle of 342º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F293E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1114162-
CMYK00.630.440.56
HSL342º46.05%29.8%-
HSV(B)342º63.06%43.53%-
XYZ8.225.315.15-
YUV64.32126.69161.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=51.87%
G=19.16%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111416200.630.440.5634246.0529.8
Hex6F293E03F2C381562e1e
Octal157517607754705265636
Binary1101111101001111110011111110110011100010101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,62); }

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

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

 a { background-color: rgb(111,41,62); }

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

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

 span { border-color: rgb(111,41,62); }

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