#682746

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

Shades of Pompadour #682746

Tints of Pompadour #682746

Color information

#682746 (or 0x682746) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 46. RGB value is (104,39,70). Sum of RGB (Red+Green+Blue) = 104+39+70=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682746 is #97D8B9. Grayscale: #3D3D3D. Windows color (decimal): -9951418 or 4597608. OLE color: 4597608.

HSL color Cylindrical-coordinate representation of color #682746: hue angle of 331.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682746 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1043970-
CMYK00.620.330.59
HSL331.38º45.45%28.04%-
HSV(B)331.38º62.5%40.78%-
XYZ7.544.846.33-
YUV61.97132.53157.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=48.83%
G=18.31%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104397000.620.330.59331.3845.4528.04
Hex68274603E213B14b2d1c
Octal1504710607641735135534
Binary11010001001111000110011111010000111101110100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682746; }

 p { color: rgb(104,39,70); }

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

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

 a { background-color: rgb(104,39,70); }

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

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

 span { border-color: rgb(104,39,70); }

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