#6B2F3B

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

Shades of Siren #6B2F3B

Tints of Siren #6B2F3B

Color information

#6B2F3B (or 0x6B2F3B) is unknown color: approx Siren. HEX triplet: 6B, 2F and 3B. RGB value is (107,47,59). Sum of RGB (Red+Green+Blue) = 107+47+59=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F3B is #94D0C4. Grayscale: #424242. Windows color (decimal): -9752773 or 3878763. OLE color: 3878763.

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

Color convert

RGB1074759-
CMYK00.560.450.58
HSL348º38.96%30.2%-
HSV(B)348º56.07%41.96%-
XYZ7.875.474.78-
YUV66.31123.88157.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=50.23%
G=22.07%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107475900.560.450.5834838.9630.2
Hex6B2F3B0382D3A15c271e
Octal153577307055725344736
Binary1101011101111111011011100010110111101010101110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,47,59); }

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

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

 a { background-color: rgb(107,47,59); }

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

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

 span { border-color: rgb(107,47,59); }

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