#6D2642

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

Shades of Pompadour #6D2642

Tints of Pompadour #6D2642

Color information

#6D2642 (or 0x6D2642) is unknown color: approx Pompadour. HEX triplet: 6D, 26 and 42. RGB value is (109,38,66). Sum of RGB (Red+Green+Blue) = 109+38+66=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2642 is #92D9BD. Grayscale: #3E3E3E. Windows color (decimal): -9623998 or 4335213. OLE color: 4335213.

HSL color Cylindrical-coordinate representation of color #6D2642: hue angle of 336.34º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2642 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1093866-
CMYK00.650.390.57
HSL336.34º48.3%28.82%-
HSV(B)336.34º65.14%42.75%-
XYZ7.985.035.7-
YUV62.42130.02161.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=51.17%
G=17.84%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109386600.650.390.57336.3448.328.82
Hex6D26420412739150301d
Octal15546102010147715206035
Binary110110110011010000100100000110011111100110101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,66); }

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

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

 a { background-color: rgb(109,38,66); }

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

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

 span { border-color: rgb(109,38,66); }

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