Html Css Color HEX #6C232A Monarch

📋 copy color: '#6C232A'

red 108 ◦ green 35 ◦ blue 42

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

Shades of Monarch #6C232A

Tints of Monarch #6C232A

RGB

 RED value IS 108 (42.58% from 255) = 58.38%

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

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

R = 58.38%
G = 18.92%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C232A (or 0x6C232A) is known color: Monarch. HEX triplet: 6C, 23 and 2A. RGB value is (108,35,42). Sum of RGB (Red+Green+Blue) = 108+35+42=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C232A is #93DCD5. Grayscale: #393939. Windows color (decimal): -9690326 or 2761580. OLE color: 2761580.

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

Color convert

RGB 108 35 42 -
CMYK 0 0.68 0.61 0.58
HSL 354.25º 0.51% 0.28% -
HSV(B) 354.25º 0.68% 0.42% -
XYZ 7.2 4.56 2.69 -
YUV 57.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 108 35 42 0 0.68 0.61 0.58 354.25 0.51 0.28
Hex 6C 23 2A 0 44 3D 3A 162 33 1C
Octal 154 43 52 0 104 75 72 542 63 34
Binary 1101100 100011 101010 0 1000100 111101 111010 101100010 110011 11100

Color Harmonies of #6C232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C232A

Black with #6C232A

Text Example


Text Example

White with #6C232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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