#68123C

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

Shades of Pompadour #68123C

Tints of Pompadour #68123C

Color information

#68123C (or 0x68123C) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 3C. RGB value is (104,18,60). Sum of RGB (Red+Green+Blue) = 104+18+60=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68123C is #97EDC3. Grayscale: #303030. Windows color (decimal): -9956804 or 3936872. OLE color: 3936872.

HSL color Cylindrical-coordinate representation of color #68123C: hue angle of 330.7º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68123C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1041860-
CMYK00.830.420.59
HSL330.7º70.49%23.92%-
HSV(B)330.7º82.69%40.78%-
XYZ6.743.74.63-
YUV48.5134.49167.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=57.14%
G=9.89%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104186000.830.420.59330.770.4923.92
Hex68123C0532A3B14b4618
Octal15022740123527351310630
Binary11010001001011110001010011101010111011101001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68123C; }

 p { color: rgb(104,18,60); }

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

<style>
 a { background-color: #68123C; }

 a { background-color: rgb(104,18,60); }

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

<style>
 span { border-color: #68123C; }

 span { border-color: rgb(104,18,60); }

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