#6B223D

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

Shades of Siren #6B223D

Tints of Siren #6B223D

Color information

#6B223D (or 0x6B223D) is unknown color: approx Siren. HEX triplet: 6B, 22 and 3D. RGB value is (107,34,61). Sum of RGB (Red+Green+Blue) = 107+34+61=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B223D is #94DDC2. Grayscale: #3A3A3A. Windows color (decimal): -9756099 or 4006507. OLE color: 4006507.

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

Color convert

RGB1073461-
CMYK00.680.430.58
HSL337.81º51.77%27.65%-
HSV(B)337.81º68.22%41.96%-
XYZ7.484.614.91-
YUV58.9129.18162.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.97%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=52.97%
G=16.83%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107346100.680.430.58337.8151.7727.65
Hex6B223D0442B3A152341c
Octal1534275010453725226434
Binary11010111000101111010100010010101111101010101001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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