#6B2F3A

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

Shades of Siren #6B2F3A

Tints of Siren #6B2F3A

Color information

#6B2F3A (or 0x6B2F3A) is unknown color: approx Siren. HEX triplet: 6B, 2F and 3A. RGB value is (107,47,58). Sum of RGB (Red+Green+Blue) = 107+47+58=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F3A is #94D0C5. Grayscale: #424242. Windows color (decimal): -9752774 or 3813227. OLE color: 3813227.

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

Color convert

RGB1074758-
CMYK00.560.460.58
HSL349º38.96%30.2%-
HSV(B)349º56.07%41.96%-
XYZ7.845.464.64-
YUV66.19123.38157.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.47%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=50.47%
G=22.17%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107475800.560.460.5834938.9630.2
Hex6B2F3A0382E3A15d271e
Octal153577207056725354736
Binary1101011101111111010011100010111011101010101110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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