Html Css Color HEX #6B242A Monarch

📋 copy color: '#6B242A'

red 107 ◦ green 36 ◦ blue 42

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

Shades of Monarch #6B242A

Tints of Monarch #6B242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 57.84%
G = 19.46%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B242A (or 0x6B242A) is known color: Monarch. HEX triplet: 6B, 24 and 2A. RGB value is (107,36,42). Sum of RGB (Red+Green+Blue) = 107+36+42=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B242A is #94DBD5. Grayscale: #393939. Windows color (decimal): -9755606 or 2761835. OLE color: 2761835.

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

Color convert

RGB 107 36 42 -
CMYK 0 0.66 0.61 0.58
HSL 354.93º 0.5% 0.28% -
HSV(B) 354.93º 0.66% 0.42% -
XYZ 7.11 4.55 2.69 -
YUV 57.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 107 36 42 0 0.66 0.61 0.58 354.93 0.5 0.28
Hex 6B 24 2A 0 42 3D 3A 163 32 1C
Octal 153 44 52 0 102 75 72 543 62 34
Binary 1101011 100100 101010 0 1000010 111101 111010 101100011 110010 11100

Color Harmonies of #6B242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B242A

Black with #6B242A

Text Example


Text Example

White with #6B242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,42); }

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

background-color css

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

 a { background-color: rgb(107,36,42); }

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

border-color css

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

 span { border-color: rgb(107,36,42); }

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