#622642

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

Shades of Pompadour #622642

Tints of Pompadour #622642

Color information

#622642 (or 0x622642) is unknown color: approx Pompadour. HEX triplet: 62, 26 and 42. RGB value is (98,38,66). Sum of RGB (Red+Green+Blue) = 98+38+66=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #622642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622642 is #9DD9BD. Grayscale: #3B3B3B. Windows color (decimal): -10344894 or 4335202. OLE color: 4335202.

HSL color Cylindrical-coordinate representation of color #622642: hue angle of 332º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #622642 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB983866-
CMYK00.610.330.62
HSL332º44.12%26.67%-
HSV(B)332º61.22%38.43%-
XYZ6.714.385.65-
YUV59.13131.88155.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=48.51%
G=18.81%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98386600.610.330.6233244.1226.67
Hex62264203D213E14c2c1b
Octal1424610207541765145433
Binary11000101001101000010011110110000111111010100110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622642; }

 p { color: rgb(98,38,66); }

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

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

 a { background-color: rgb(98,38,66); }

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

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

 span { border-color: rgb(98,38,66); }

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