Html Css Color HEX #6D3340 Siren

📋 copy color: '#6D3340'

red 109 ◦ green 51 ◦ blue 64

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

Shades of Siren #6D3340

Tints of Siren #6D3340

RGB

 RED value IS 109 (42.97% from 255) = 48.66%

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 48.66%
G = 22.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D3340 (or 0x6D3340) is known color: Siren. HEX triplet: 6D, 33 and 40. RGB value is (109,51,64). Sum of RGB (Red+Green+Blue) = 109+51+64=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3340 is #92CCBF. Grayscale: #454545. Windows color (decimal): -9620672 or 4207469. OLE color: 4207469.

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

Color convert

RGB 109 51 64 -
CMYK 0 0.53 0.41 0.57
HSL 346.55º 0.36% 0.31% -
HSV(B) 346.55º 0.53% 0.43% -
XYZ 8.42 5.99 5.56 -
YUV 69.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 109 51 64 0 0.53 0.41 0.57 346.55 0.36 0.31
Hex 6D 33 40 0 35 29 39 15B 24 1F
Octal 155 63 100 0 65 51 71 533 44 37
Binary 1101101 110011 1000000 0 110101 101001 111001 101011011 100100 11111

Color Harmonies of #6D3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3340

Black with #6D3340

Text Example


Text Example

White with #6D3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,64); }

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

background-color css

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

 a { background-color: rgb(109,51,64); }

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

border-color css

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

 span { border-color: rgb(109,51,64); }

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