Html Css Color HEX #6C252F Monarch

📋 copy color: '#6C252F'

red 108 ◦ green 37 ◦ blue 47

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

Shades of Monarch #6C252F

Tints of Monarch #6C252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 56.25%
G = 19.27%
B = 24.48%

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

#6C252F (or 0x6C252F) is known color: Monarch. HEX triplet: 6C, 25 and 2F. RGB value is (108,37,47). Sum of RGB (Red+Green+Blue) = 108+37+47=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C252F is #93DAD0. Grayscale: #3B3B3B. Windows color (decimal): -9689809 or 3089772. OLE color: 3089772.

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

Color convert

RGB 108 37 47 -
CMYK 0 0.66 0.56 0.58
HSL 351.55º 0.49% 0.28% -
HSV(B) 351.55º 0.66% 0.42% -
XYZ 7.36 4.72 3.21 -
YUV 59.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 108 37 47 0 0.66 0.56 0.58 351.55 0.49 0.28
Hex 6C 25 2F 0 42 38 3A 160 31 1C
Octal 154 45 57 0 102 70 72 540 61 34
Binary 1101100 100101 101111 0 1000010 111000 111010 101100000 110001 11100

Color Harmonies of #6C252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C252F

Black with #6C252F

Text Example


Text Example

White with #6C252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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