Html Css Color HEX #6C252A Monarch

📋 copy color: '#6C252A'

red 108 ◦ green 37 ◦ blue 42

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

Shades of Monarch #6C252A

Tints of Monarch #6C252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 57.75%
G = 19.79%
B = 22.46%

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

#6C252A (or 0x6C252A) is known color: Monarch. HEX triplet: 6C, 25 and 2A. RGB value is (108,37,42). Sum of RGB (Red+Green+Blue) = 108+37+42=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C252A is #93DAD5. Grayscale: #3A3A3A. Windows color (decimal): -9689814 or 2762092. OLE color: 2762092.

HSL color Cylindrical-coordinate representation of color #6C252A: hue angle of 355.77º degrees, saturation: 0.49, 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 #6C252A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 42 -
CMYK 0 0.66 0.61 0.58
HSL 355.77º 0.49% 0.28% -
HSV(B) 355.77º 0.66% 0.42% -
XYZ 7.26 4.68 2.71 -
YUV 58.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 108 37 42 0 0.66 0.61 0.58 355.77 0.49 0.28
Hex 6C 25 2A 0 42 3D 3A 164 31 1C
Octal 154 45 52 0 102 75 72 544 61 34
Binary 1101100 100101 101010 0 1000010 111101 111010 101100100 110001 11100

Color Harmonies of #6C252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C252A

Black with #6C252A

Text Example


Text Example

White with #6C252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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