#6A2F3D

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

Shades of Siren #6A2F3D

Tints of Siren #6A2F3D

Color information

#6A2F3D (or 0x6A2F3D) is unknown color: approx Siren. HEX triplet: 6A, 2F and 3D. RGB value is (106,47,61). Sum of RGB (Red+Green+Blue) = 106+47+61=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F3D is #95D0C2. Grayscale: #424242. Windows color (decimal): -9818307 or 4009834. OLE color: 4009834.

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

Color convert

RGB1064761-
CMYK00.560.420.58
HSL345.76º38.56%30%-
HSV(B)345.76º55.66%41.57%-
XYZ7.85.435.05-
YUV66.24125.05156.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=49.53%
G=21.96%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106476100.560.420.58345.7638.5630
Hex6A2F3D0382A3A15a271e
Octal152577507052725324736
Binary1101010101111111101011100010101011101010101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,47,61); }

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

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

 a { background-color: rgb(106,47,61); }

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

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

 span { border-color: rgb(106,47,61); }

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