Html Css Color HEX #6C3240 Siren

📋 copy color: '#6C3240'

red 108 ◦ green 50 ◦ blue 64

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

Shades of Siren #6C3240

Tints of Siren #6C3240

RGB

 RED value IS 108 (42.58% from 255) = 48.65%

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

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

R = 48.65%
G = 22.52%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C3240 (or 0x6C3240) is known color: Siren. HEX triplet: 6C, 32 and 40. RGB value is (108,50,64). Sum of RGB (Red+Green+Blue) = 108+50+64=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3240 is #93CDBF. Grayscale: #444444. Windows color (decimal): -9686464 or 4207212. OLE color: 4207212.

HSL color Cylindrical-coordinate representation of color #6C3240: hue angle of 345.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3240 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 50 64 -
CMYK 0 0.54 0.41 0.58
HSL 345.52º 0.37% 0.31% -
HSV(B) 345.52º 0.54% 0.42% -
XYZ 8.25 5.84 5.54 -
YUV 68.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 108 50 64 0 0.54 0.41 0.58 345.52 0.37 0.31
Hex 6C 32 40 0 36 29 3A 15A 25 1F
Octal 154 62 100 0 66 51 72 532 45 37
Binary 1101100 110010 1000000 0 110110 101001 111010 101011010 100101 11111

Color Harmonies of #6C3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3240

Black with #6C3240

Text Example


Text Example

White with #6C3240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,64); }

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

background-color css

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

 a { background-color: rgb(108,50,64); }

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

border-color css

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

 span { border-color: rgb(108,50,64); }

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