#6B223A

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

Shades of Siren #6B223A

Tints of Siren #6B223A

Color information

#6B223A (or 0x6B223A) is unknown color: approx Siren. HEX triplet: 6B, 22 and 3A. RGB value is (107,34,58). Sum of RGB (Red+Green+Blue) = 107+34+58=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B223A is #94DDC5. Grayscale: #3A3A3A. Windows color (decimal): -9756102 or 3809899. OLE color: 3809899.

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

Color convert

RGB1073458-
CMYK00.680.460.58
HSL340.27º51.77%27.65%-
HSV(B)340.27º68.22%41.96%-
XYZ7.44.584.5-
YUV58.56127.68162.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=53.77%
G=17.09%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107345800.680.460.58340.2751.7727.65
Hex6B223A0442E3A154341c
Octal1534272010456725246434
Binary11010111000101110100100010010111011101010101010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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