Html Css Color HEX #6E293C Siren

📋 copy color: '#6E293C'

red 110 ◦ green 41 ◦ blue 60

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

Shades of Siren #6E293C

Tints of Siren #6E293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 52.13%
G = 19.43%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E293C (or 0x6E293C) is known color: Siren. HEX triplet: 6E, 29 and 3C. RGB value is (110,41,60). Sum of RGB (Red+Green+Blue) = 110+41+60=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E293C is #91D6C3. Grayscale: #3F3F3F. Windows color (decimal): -9557700 or 3942766. OLE color: 3942766.

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

Color convert

RGB 110 41 60 -
CMYK 0 0.63 0.45 0.57
HSL 343.48º 0.46% 0.3% -
HSV(B) 343.48º 0.63% 0.43% -
XYZ 8.04 5.23 4.86 -
YUV 63.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 110 41 60 0 0.63 0.45 0.57 343.48 0.46 0.3
Hex 6E 29 3C 0 3F 2D 39 157 2E 1E
Octal 156 51 74 0 77 55 71 527 56 36
Binary 1101110 101001 111100 0 111111 101101 111001 101010111 101110 11110

Color Harmonies of #6E293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E293C

Black with #6E293C

Text Example


Text Example

White with #6E293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,60); }

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

background-color css

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

 a { background-color: rgb(110,41,60); }

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

border-color css

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

 span { border-color: rgb(110,41,60); }

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