#6B263A

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

Shades of Siren #6B263A

Tints of Siren #6B263A

Color information

#6B263A (or 0x6B263A) is unknown color: approx Siren. HEX triplet: 6B, 26 and 3A. RGB value is (107,38,58). Sum of RGB (Red+Green+Blue) = 107+38+58=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B263A is #94D9C5. Grayscale: #3C3C3C. Windows color (decimal): -9755078 or 3810923. OLE color: 3810923.

HSL color Cylindrical-coordinate representation of color #6B263A: hue angle of 342.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B263A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1073858-
CMYK00.640.460.58
HSL342.61º47.59%28.43%-
HSV(B)342.61º64.49%41.96%-
XYZ7.524.824.54-
YUV60.91126.36160.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=52.71%
G=18.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107385800.640.460.58342.6147.5928.43
Hex6B263A0402E3A157301c
Octal1534672010056725276034
Binary11010111001101110100100000010111011101010101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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