#6C153C

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

Shades of Pompadour #6C153C

Tints of Pompadour #6C153C

Color information

#6C153C (or 0x6C153C) is unknown color: approx Pompadour. HEX triplet: 6C, 15 and 3C. RGB value is (108,21,60). Sum of RGB (Red+Green+Blue) = 108+21+60=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C153C is #93EAC3. Grayscale: #333333. Windows color (decimal): -9693892 or 3937644. OLE color: 3937644.

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

Color convert

RGB1082160-
CMYK00.810.440.58
HSL333.1º67.44%25.29%-
HSV(B)333.1º80.56%42.35%-
XYZ7.274.054.67-
YUV51.46132.82168.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=57.14%
G=11.11%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108216000.810.440.58333.167.4425.29
Hex6C153C0512C3A14d4319
Octal15425740121547251510331
Binary11011001010111110001010001101100111010101001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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