#6C103C

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

Shades of Pompadour #6C103C

Tints of Pompadour #6C103C

Color information

#6C103C (or 0x6C103C) is unknown color: approx Pompadour. HEX triplet: 6C, 10 and 3C. RGB value is (108,16,60). Sum of RGB (Red+Green+Blue) = 108+16+60=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C103C is #93EFC3. Grayscale: #303030. Windows color (decimal): -9695172 or 3936364. OLE color: 3936364.

HSL color Cylindrical-coordinate representation of color #6C103C: hue angle of 331.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C103C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1081660-
CMYK00.850.440.58
HSL331.3º74.19%24.31%-
HSV(B)331.3º85.19%42.35%-
XYZ7.193.884.65-
YUV48.52134.48170.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=58.70%
G=8.70%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108166000.850.440.58331.374.1924.31
Hex6C103C0552C3A14b4a18
Octal15420740125547251311230
Binary11011001000011110001010101101100111010101001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,60); }

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

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

 a { background-color: rgb(108,16,60); }

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

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

 span { border-color: rgb(108,16,60); }

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