#6B252C

Color #6B252C Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #6B252C

Tints of Monarch #6B252C

Color information

#6B252C (or 0x6B252C) is unknown color: approx Monarch. HEX triplet: 6B, 25 and 2C. RGB value is (107,37,44). Sum of RGB (Red+Green+Blue) = 107+37+44=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B252C is #94DAD3. Grayscale: #3A3A3A. Windows color (decimal): -9755348 or 2893163. OLE color: 2893163.

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

Color convert

RGB1073744-
CMYK00.650.590.58
HSL354º48.61%28.24%-
HSV(B)354º65.42%41.96%-
XYZ7.184.632.9-
YUV58.73119.69162.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.91%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=56.91%
G=19.68%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107374400.650.590.5835448.6128.24
Hex6B252C0413B3A162311c
Octal1534554010173725426134
Binary11010111001011011000100000111101111101010110001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,44); }

 H1.HeaderClassName
 {
   color: #6B252C;
 }
 .AnyTagClassName
 {
   color: #6B252C;
 }
</style>
background-color css

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

 a { background-color: rgb(107,37,44); }

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

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

 span { border-color: rgb(107,37,44); }

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