Html Css Color HEX #6A252F Monarch

📋 copy color: '#6A252F'

red 106 ◦ green 37 ◦ blue 47

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

Shades of Monarch #6A252F

Tints of Monarch #6A252F

RGB

 RED value IS 106 (41.8% from 255) = 55.79%

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

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

R = 55.79%
G = 19.47%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6A252F (or 0x6A252F) is known color: Monarch. HEX triplet: 6A, 25 and 2F. RGB value is (106,37,47). Sum of RGB (Red+Green+Blue) = 106+37+47=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A252F is #95DAD0. Grayscale: #3A3A3A. Windows color (decimal): -9820881 or 3089770. OLE color: 3089770.

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

Color convert

RGB 106 37 47 -
CMYK 0 0.65 0.56 0.58
HSL 351.3º 0.48% 0.28% -
HSV(B) 351.3º 0.65% 0.42% -
XYZ 7.12 4.59 3.2 -
YUV 58.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 106 37 47 0 0.65 0.56 0.58 351.3 0.48 0.28
Hex 6A 25 2F 0 41 38 3A 15F 30 1C
Octal 152 45 57 0 101 70 72 537 60 34
Binary 1101010 100101 101111 0 1000001 111000 111010 101011111 110000 11100

Color Harmonies of #6A252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A252F

Black with #6A252F

Text Example


Text Example

White with #6A252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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