Html Css Color HEX #6A313D Siren

📋 copy color: '#6A313D'

red 106 ◦ green 49 ◦ blue 61

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

Shades of Siren #6A313D

Tints of Siren #6A313D

RGB

 RED value IS 106 (41.8% from 255) = 49.07%

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 49.07%
G = 22.69%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A313D (or 0x6A313D) is known color: Siren. HEX triplet: 6A, 31 and 3D. RGB value is (106,49,61). Sum of RGB (Red+Green+Blue) = 106+49+61=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A313D is #95CEC2. Grayscale: #434343. Windows color (decimal): -9817795 or 4010346. OLE color: 4010346.

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

Color convert

RGB 106 49 61 -
CMYK 0 0.54 0.42 0.58
HSL 347.37º 0.37% 0.3% -
HSV(B) 347.37º 0.54% 0.42% -
XYZ 7.88 5.6 5.08 -
YUV 67.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 106 49 61 0 0.54 0.42 0.58 347.37 0.37 0.3
Hex 6A 31 3D 0 36 2A 3A 15B 25 1E
Octal 152 61 75 0 66 52 72 533 45 36
Binary 1101010 110001 111101 0 110110 101010 111010 101011011 100101 11110

Color Harmonies of #6A313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A313D

Black with #6A313D

Text Example


Text Example

White with #6A313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,49,61); }

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

background-color css

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

 a { background-color: rgb(106,49,61); }

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

border-color css

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

 span { border-color: rgb(106,49,61); }

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