#6B283A

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

Shades of Siren #6B283A

Tints of Siren #6B283A

Color information

#6B283A (or 0x6B283A) is unknown color: approx Siren. HEX triplet: 6B, 28 and 3A. RGB value is (107,40,58). Sum of RGB (Red+Green+Blue) = 107+40+58=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B283A is #94D7C5. Grayscale: #3E3E3E. Windows color (decimal): -9754566 or 3811435. OLE color: 3811435.

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

Color convert

RGB1074058-
CMYK00.630.460.58
HSL343.88º45.58%28.82%-
HSV(B)343.88º62.62%41.96%-
XYZ7.594.954.56-
YUV62.08125.7160.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=52.20%
G=19.51%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107405800.630.460.58343.8845.5828.82
Hex6B283A03F2E3A1582e1d
Octal153507207756725305635
Binary1101011101000111010011111110111011101010101100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,58); }

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

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

 a { background-color: rgb(107,40,58); }

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

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

 span { border-color: rgb(107,40,58); }

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