#6B293B

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

Shades of Siren #6B293B

Tints of Siren #6B293B

Color information

#6B293B (or 0x6B293B) is unknown color: approx Siren. HEX triplet: 6B, 29 and 3B. RGB value is (107,41,59). Sum of RGB (Red+Green+Blue) = 107+41+59=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B293B is #94D6C4. Grayscale: #3E3E3E. Windows color (decimal): -9754309 or 3877227. OLE color: 3877227.

HSL color Cylindrical-coordinate representation of color #6B293B: hue angle of 343.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B293B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1074159-
CMYK00.620.450.58
HSL343.64º44.59%29.02%-
HSV(B)343.64º61.68%41.96%-
XYZ7.655.034.71-
YUV62.79125.87159.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.69%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=51.69%
G=19.81%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107415900.620.450.58343.6444.5929.02
Hex6B293B03E2D3A1582d1d
Octal153517307655725305535
Binary1101011101001111011011111010110111101010101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,59); }

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

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

 a { background-color: rgb(107,41,59); }

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

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

 span { border-color: rgb(107,41,59); }

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