#682545

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

Shades of Pompadour #682545

Tints of Pompadour #682545

Color information

#682545 (or 0x682545) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 45. RGB value is (104,37,69). Sum of RGB (Red+Green+Blue) = 104+37+69=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682545 is #97DABA. Grayscale: #3C3C3C. Windows color (decimal): -9951931 or 4531560. OLE color: 4531560.

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

Color convert

RGB1043769-
CMYK00.640.340.59
HSL331.34º47.52%27.65%-
HSV(B)331.34º64.42%40.78%-
XYZ7.444.76.14-
YUV60.68132.7158.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=49.52%
G=17.62%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104376900.640.340.59331.3447.5227.65
Hex682545040223B14b301c
Octal15045105010042735136034
Binary110100010010110001010100000010001011101110100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682545; }

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

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

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

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

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

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

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

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