Html Css Color HEX #6F272A Monarch

📋 copy color: '#6F272A'

red 111 ◦ green 39 ◦ blue 42

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

Shades of Monarch #6F272A

Tints of Monarch #6F272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

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

R = 57.81%
G = 20.31%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F272A (or 0x6F272A) is known color: Monarch. HEX triplet: 6F, 27 and 2A. RGB value is (111,39,42). Sum of RGB (Red+Green+Blue) = 111+39+42=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F272A is #90D8D5. Grayscale: #3C3C3C. Windows color (decimal): -9492694 or 2762607. OLE color: 2762607.

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

Color convert

RGB 111 39 42 -
CMYK 0 0.65 0.62 0.56
HSL 357.5º 0.48% 0.29% -
HSV(B) 357.5º 0.65% 0.44% -
XYZ 7.7 5 2.75 -
YUV 60.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 111 39 42 0 0.65 0.62 0.56 357.5 0.48 0.29
Hex 6F 27 2A 0 41 3E 38 166 30 1D
Octal 157 47 52 0 101 76 70 546 60 35
Binary 1101111 100111 101010 0 1000001 111110 111000 101100110 110000 11101

Color Harmonies of #6F272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F272A

Black with #6F272A

Text Example


Text Example

White with #6F272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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