Html Css Color HEX #6C2530 Monarch

📋 copy color: '#6C2530'

red 108 ◦ green 37 ◦ blue 48

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

Shades of Monarch #6C2530

Tints of Monarch #6C2530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 55.96%
G = 19.17%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C2530 (or 0x6C2530) is known color: Monarch. HEX triplet: 6C, 25 and 30. RGB value is (108,37,48). Sum of RGB (Red+Green+Blue) = 108+37+48=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2530 is #93DACF. Grayscale: #3B3B3B. Windows color (decimal): -9689808 or 3155308. OLE color: 3155308.

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

Color convert

RGB 108 37 48 -
CMYK 0 0.66 0.56 0.58
HSL 350.7º 0.49% 0.28% -
HSV(B) 350.7º 0.66% 0.42% -
XYZ 7.38 4.72 3.32 -
YUV 59.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 108 37 48 0 0.66 0.56 0.58 350.7 0.49 0.28
Hex 6C 25 30 0 42 38 3A 15F 31 1C
Octal 154 45 60 0 102 70 72 537 61 34
Binary 1101100 100101 110000 0 1000010 111000 111010 101011111 110001 11100

Color Harmonies of #6C2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2530

Black with #6C2530

Text Example


Text Example

White with #6C2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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