Html Css Color HEX #6B2631 Monarch

📋 copy color: '#6B2631'

red 107 ◦ green 38 ◦ blue 49

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

Shades of Monarch #6B2631

Tints of Monarch #6B2631

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

 GREEN value IS 38 (15.23% from 255) = 19.59%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 55.15%
G = 19.59%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6B2631 (or 0x6B2631) is known color: Monarch. HEX triplet: 6B, 26 and 31. RGB value is (107,38,49). Sum of RGB (Red+Green+Blue) = 107+38+49=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2631 is #94D9CE. Grayscale: #3B3B3B. Windows color (decimal): -9755087 or 3221099. OLE color: 3221099.

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

Color convert

RGB 107 38 49 -
CMYK 0 0.64 0.54 0.58
HSL 350.43º 0.48% 0.28% -
HSV(B) 350.43º 0.64% 0.42% -
XYZ 7.31 4.73 3.43 -
YUV 59.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 107 38 49 0 0.64 0.54 0.58 350.43 0.48 0.28
Hex 6B 26 31 0 40 36 3A 15E 30 1C
Octal 153 46 61 0 100 66 72 536 60 34
Binary 1101011 100110 110001 0 1000000 110110 111010 101011110 110000 11100

Color Harmonies of #6B2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2631

Black with #6B2631

Text Example


Text Example

White with #6B2631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,38,49); }

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

background-color css

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

 a { background-color: rgb(107,38,49); }

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

border-color css

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

 span { border-color: rgb(107,38,49); }

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