#68183D

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

Shades of Pompadour #68183D

Tints of Pompadour #68183D

Color information

#68183D (or 0x68183D) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 3D. RGB value is (104,24,61). Sum of RGB (Red+Green+Blue) = 104+24+61=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183D is #97E7C2. Grayscale: #343434. Windows color (decimal): -9955267 or 4003944. OLE color: 4003944.

HSL color Cylindrical-coordinate representation of color #68183D: hue angle of 332.25º 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 #68183D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1042461-
CMYK00.770.410.59
HSL332.25º62.5%25.1%-
HSV(B)332.25º76.92%40.78%-
XYZ6.883.934.81-
YUV52.14133164.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=55.03%
G=12.70%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104246100.770.410.59332.2562.525.1
Hex68183D04D293B14c3e19
Octal1503075011551735147631
Binary1101000110001111010100110110100111101110100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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