#68183F

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

Shades of Pompadour #68183F

Tints of Pompadour #68183F

Color information

#68183F (or 0x68183F) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 3F. RGB value is (104,24,63). Sum of RGB (Red+Green+Blue) = 104+24+63=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183F is #97E7C0. Grayscale: #343434. Windows color (decimal): -9955265 or 4135016. OLE color: 4135016.

HSL color Cylindrical-coordinate representation of color #68183F: hue angle of 330.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68183F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1042463-
CMYK00.770.390.59
HSL330.75º62.5%25.1%-
HSV(B)330.75º76.92%40.78%-
XYZ6.933.965.1-
YUV52.37134164.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 63 (25% from 255) = 32.98%
R=54.45%
G=12.57%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104246300.770.390.59330.7562.525.1
Hex68183F04D273B14b3e19
Octal1503077011547735137631
Binary1101000110001111110100110110011111101110100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68183F; }

 p { color: rgb(104,24,63); }

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

<style>
 a { background-color: #68183F; }

 a { background-color: rgb(104,24,63); }

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

<style>
 span { border-color: #68183F; }

 span { border-color: rgb(104,24,63); }

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