#681234

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

Shades of Pompadour #681234

Tints of Pompadour #681234

Color information

#681234 (or 0x681234) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 34. RGB value is (104,18,52). Sum of RGB (Red+Green+Blue) = 104+18+52=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681234 is #97EDCB. Grayscale: #2F2F2F. Windows color (decimal): -9956812 or 3412584. OLE color: 3412584.

HSL color Cylindrical-coordinate representation of color #681234: hue angle of 336.28º 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 #681234 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1041852-
CMYK00.830.500.59
HSL336.28º70.49%23.92%-
HSV(B)336.28º82.69%40.78%-
XYZ6.553.623.6-
YUV47.59130.49168.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=59.77%
G=10.34%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104185200.830.500.59336.2870.4923.92
Hex681234053323B1504618
Octal15022640123627352010630
Binary11010001001011010001010011110010111011101010000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681234; }

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

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

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

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

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

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

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

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