Html Css Color HEX #6E303E Siren

📋 copy color: '#6E303E'

red 110 ◦ green 48 ◦ blue 62

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

Shades of Siren #6E303E

Tints of Siren #6E303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 50%
G = 21.82%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E303E (or 0x6E303E) is known color: Siren. HEX triplet: 6E, 30 and 3E. RGB value is (110,48,62). Sum of RGB (Red+Green+Blue) = 110+48+62=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E303E is #91CFC1. Grayscale: #444444. Windows color (decimal): -9555906 or 4075630. OLE color: 4075630.

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

Color convert

RGB 110 48 62 -
CMYK 0 0.56 0.44 0.57
HSL 346.45º 0.39% 0.31% -
HSV(B) 346.45º 0.56% 0.43% -
XYZ 8.36 5.78 5.23 -
YUV 68.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 110 48 62 0 0.56 0.44 0.57 346.45 0.39 0.31
Hex 6E 30 3E 0 38 2C 39 15A 27 1F
Octal 156 60 76 0 70 54 71 532 47 37
Binary 1101110 110000 111110 0 111000 101100 111001 101011010 100111 11111

Color Harmonies of #6E303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E303E

Black with #6E303E

Text Example


Text Example

White with #6E303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,62); }

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

background-color css

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

 a { background-color: rgb(110,48,62); }

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

border-color css

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

 span { border-color: rgb(110,48,62); }

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