#6D1037

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

Shades of Pompadour #6D1037

Tints of Pompadour #6D1037

Color information

#6D1037 (or 0x6D1037) is unknown color: approx Pompadour. HEX triplet: 6D, 10 and 37. RGB value is (109,16,55). Sum of RGB (Red+Green+Blue) = 109+16+55=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1037 is #92EFC8. Grayscale: #303030. Windows color (decimal): -9629641 or 3608685. OLE color: 3608685.

HSL color Cylindrical-coordinate representation of color #6D1037: hue angle of 334.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1037 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB1091655-
CMYK00.850.500.57
HSL334.84º74.4%24.51%-
HSV(B)334.84º85.32%42.75%-
XYZ7.183.93.99-
YUV48.25131.81171.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.56%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=60.56%
G=8.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109165500.850.500.57334.8474.424.51
Hex6D1037055323914f4a19
Octal15520670125627151711231
Binary11011011000011011101010101110010111001101001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,55); }

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

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

 a { background-color: rgb(109,16,55); }

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

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

 span { border-color: rgb(109,16,55); }

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