Html Css Color HEX #6F242A Monarch

📋 copy color: '#6F242A'

red 111 ◦ green 36 ◦ blue 42

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

Shades of Monarch #6F242A

Tints of Monarch #6F242A

RGB

 RED value IS 111 (43.75% from 255) = 58.73%

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

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

R = 58.73%
G = 19.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F242A (or 0x6F242A) is known color: Monarch. HEX triplet: 6F, 24 and 2A. RGB value is (111,36,42). Sum of RGB (Red+Green+Blue) = 111+36+42=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F242A is #90DBD5. Grayscale: #3B3B3B. Windows color (decimal): -9493462 or 2761839. OLE color: 2761839.

HSL color Cylindrical-coordinate representation of color #6F242A: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F242A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 42 -
CMYK 0 0.68 0.62 0.56
HSL 355.2º 0.51% 0.29% -
HSV(B) 355.2º 0.68% 0.44% -
XYZ 7.6 4.81 2.72 -
YUV 59.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 111 36 42 0 0.68 0.62 0.56 355.2 0.51 0.29
Hex 6F 24 2A 0 44 3E 38 163 33 1D
Octal 157 44 52 0 104 76 70 543 63 35
Binary 1101111 100100 101010 0 1000100 111110 111000 101100011 110011 11101

Color Harmonies of #6F242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F242A

Black with #6F242A

Text Example


Text Example

White with #6F242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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