#6B193C

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

Shades of Pompadour #6B193C

Tints of Pompadour #6B193C

Color information

#6B193C (or 0x6B193C) is unknown color: approx Pompadour. HEX triplet: 6B, 19 and 3C. RGB value is (107,25,60). Sum of RGB (Red+Green+Blue) = 107+25+60=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B193C is #94E6C3. Grayscale: #353535. Windows color (decimal): -9758404 or 3938667. OLE color: 3938667.

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

Color convert

RGB1072560-
CMYK00.770.440.58
HSL334.39º62.12%25.88%-
HSV(B)334.39º76.64%41.96%-
XYZ7.234.154.69-
YUV53.51131.67166.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=55.73%
G=13.02%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107256000.770.440.58334.3962.1225.88
Hex6B193C04D2C3A14e3e1a
Octal1533174011554725167632
Binary1101011110011111000100110110110011101010100111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,25,60); }

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

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

 a { background-color: rgb(107,25,60); }

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

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

 span { border-color: rgb(107,25,60); }

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