#682445

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

Shades of Pompadour #682445

Tints of Pompadour #682445

Color information

#682445 (or 0x682445) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 45. RGB value is (104,36,69). Sum of RGB (Red+Green+Blue) = 104+36+69=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682445 is #97DBBA. Grayscale: #3C3C3C. Windows color (decimal): -9952187 or 4531304. OLE color: 4531304.

HSL color Cylindrical-coordinate representation of color #682445: hue angle of 330.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682445 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1043669-
CMYK00.650.340.59
HSL330.88º48.57%27.45%-
HSV(B)330.88º65.38%40.78%-
XYZ7.414.636.13-
YUV60.09133.03159.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=49.76%
G=17.22%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104366900.650.340.59330.8848.5727.45
Hex682445041223B14b311b
Octal15044105010142735136133
Binary110100010010010001010100000110001011101110100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682445; }

 p { color: rgb(104,36,69); }

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

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

 a { background-color: rgb(104,36,69); }

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

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

 span { border-color: rgb(104,36,69); }

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