Html Css Color HEX #6E3241 Siren

📋 copy color: '#6E3241'

red 110 ◦ green 50 ◦ blue 65

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

Shades of Siren #6E3241

Tints of Siren #6E3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 48.89%
G = 22.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6E3241 (or 0x6E3241) is known color: Siren. HEX triplet: 6E, 32 and 41. RGB value is (110,50,65). Sum of RGB (Red+Green+Blue) = 110+50+65=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3241 is #91CDBE. Grayscale: #454545. Windows color (decimal): -9555391 or 4272750. OLE color: 4272750.

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

Color convert

RGB 110 50 65 -
CMYK 0 0.55 0.41 0.57
HSL 345º 0.38% 0.31% -
HSV(B) 345º 0.55% 0.43% -
XYZ 8.53 5.98 5.71 -
YUV 69.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 110 50 65 0 0.55 0.41 0.57 345 0.38 0.31
Hex 6E 32 41 0 37 29 39 159 26 1F
Octal 156 62 101 0 67 51 71 531 46 37
Binary 1101110 110010 1000001 0 110111 101001 111001 101011001 100110 11111

Color Harmonies of #6E3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3241

Black with #6E3241

Text Example


Text Example

White with #6E3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,65); }

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

background-color css

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

 a { background-color: rgb(110,50,65); }

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

border-color css

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

 span { border-color: rgb(110,50,65); }

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