#6A2342

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

Shades of Pompadour #6A2342

Tints of Pompadour #6A2342

Color information

#6A2342 (or 0x6A2342) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 42. RGB value is (106,35,66). Sum of RGB (Red+Green+Blue) = 106+35+66=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2342 is #95DCBD. Grayscale: #3B3B3B. Windows color (decimal): -9821374 or 4334442. OLE color: 4334442.

HSL color Cylindrical-coordinate representation of color #6A2342: hue angle of 333.8º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2342 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1063566-
CMYK00.670.380.58
HSL333.8º50.35%27.65%-
HSV(B)333.8º66.98%41.57%-
XYZ7.534.665.66-
YUV59.76131.52160.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=51.21%
G=16.91%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106356600.670.380.58333.850.3527.65
Hex6A2342043263A14e321c
Octal15243102010346725166234
Binary110101010001110000100100001110011011101010100111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2342; }

 p { color: rgb(106,35,66); }

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

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

 a { background-color: rgb(106,35,66); }

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

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

 span { border-color: rgb(106,35,66); }

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