Html Css Color HEX #6B232A Monarch

📋 copy color: '#6B232A'

red 107 ◦ green 35 ◦ blue 42

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

Shades of Monarch #6B232A

Tints of Monarch #6B232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 58.15%
G = 19.02%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B232A (or 0x6B232A) is known color: Monarch. HEX triplet: 6B, 23 and 2A. RGB value is (107,35,42). Sum of RGB (Red+Green+Blue) = 107+35+42=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B232A is #94DCD5. Grayscale: #393939. Windows color (decimal): -9755862 or 2761579. OLE color: 2761579.

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

Color convert

RGB 107 35 42 -
CMYK 0 0.67 0.61 0.58
HSL 354.17º 0.51% 0.28% -
HSV(B) 354.17º 0.67% 0.42% -
XYZ 7.08 4.5 2.68 -
YUV 57.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 107 35 42 0 0.67 0.61 0.58 354.17 0.51 0.28
Hex 6B 23 2A 0 43 3D 3A 162 33 1C
Octal 153 43 52 0 103 75 72 542 63 34
Binary 1101011 100011 101010 0 1000011 111101 111010 101100010 110011 11100

Color Harmonies of #6B232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B232A

Black with #6B232A

Text Example


Text Example

White with #6B232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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