#6B223C

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

Shades of Siren #6B223C

Tints of Siren #6B223C

Color information

#6B223C (or 0x6B223C) is unknown color: approx Siren. HEX triplet: 6B, 22 and 3C. RGB value is (107,34,60). Sum of RGB (Red+Green+Blue) = 107+34+60=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B223C is #94DDC3. Grayscale: #3A3A3A. Windows color (decimal): -9756100 or 3940971. OLE color: 3940971.

HSL color Cylindrical-coordinate representation of color #6B223C: hue angle of 338.63º 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 #6B223C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1073460-
CMYK00.680.440.58
HSL338.63º51.77%27.65%-
HSV(B)338.63º68.22%41.96%-
XYZ7.454.64.77-
YUV58.79128.68162.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=53.23%
G=16.92%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107346000.680.440.58338.6351.7727.65
Hex6B223C0442C3A153341c
Octal1534274010454725236434
Binary11010111000101111000100010010110011101010101001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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