Html Css Color HEX #6E2B44 Siren

📋 copy color: '#6E2B44'

red 110 ◦ green 43 ◦ blue 68

#6E2B44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #6E2B44

Tints of Siren #6E2B44

RGB

 RED value IS 110 (43.36% from 255) = 49.77%

 GREEN value IS 43 (17.19% from 255) = 19.46%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 49.77%
G = 19.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6E2B44 (or 0x6E2B44) is known color: Siren. HEX triplet: 6E, 2B and 44. RGB value is (110,43,68). Sum of RGB (Red+Green+Blue) = 110+43+68=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B44 is #91D4BB. Grayscale: #414141. Windows color (decimal): -9557180 or 4467566. OLE color: 4467566.

HSL color Cylindrical-coordinate representation of color #6E2B44: hue angle of 337.61º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B44 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 43 68 -
CMYK 0 0.61 0.38 0.57
HSL 337.61º 0.44% 0.3% -
HSV(B) 337.61º 0.61% 0.43% -
XYZ 8.34 5.46 6.08 -
YUV 65.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 110 43 68 0 0.61 0.38 0.57 337.61 0.44 0.3
Hex 6E 2B 44 0 3D 26 39 152 2C 1E
Octal 156 53 104 0 75 46 71 522 54 36
Binary 1101110 101011 1000100 0 111101 100110 111001 101010010 101100 11110

Color Harmonies of #6E2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B44

Black with #6E2B44

Text Example


Text Example

White with #6E2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,68); }

 H1.HeaderClassName
 {
   color: #6E2B44;
 }
 .AnyTagClassName
 {
   color: #6E2B44;
 }
</style>

background-color css

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

 a { background-color: rgb(110,43,68); }

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

border-color css

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

 span { border-color: rgb(110,43,68); }

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