Html Css Color HEX #6A253D Siren

📋 copy color: '#6A253D'

red 106 ◦ green 37 ◦ blue 61

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

Shades of Siren #6A253D

Tints of Siren #6A253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 51.96%
G = 18.14%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A253D (or 0x6A253D) is known color: Siren. HEX triplet: 6A, 25 and 3D. RGB value is (106,37,61). Sum of RGB (Red+Green+Blue) = 106+37+61=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A253D is #95DAC2. Grayscale: #3C3C3C. Windows color (decimal): -9820867 or 4007274. OLE color: 4007274.

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

Color convert

RGB 106 37 61 -
CMYK 0 0.65 0.42 0.58
HSL 339.13º 0.48% 0.28% -
HSV(B) 339.13º 0.65% 0.42% -
XYZ 7.45 4.72 4.93 -
YUV 60.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 106 37 61 0 0.65 0.42 0.58 339.13 0.48 0.28
Hex 6A 25 3D 0 41 2A 3A 153 30 1C
Octal 152 45 75 0 101 52 72 523 60 34
Binary 1101010 100101 111101 0 1000001 101010 111010 101010011 110000 11100

Color Harmonies of #6A253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A253D

Black with #6A253D

Text Example


Text Example

White with #6A253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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