#6A223E

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

Shades of Pompadour #6A223E

Tints of Pompadour #6A223E

Color information

#6A223E (or 0x6A223E) is unknown color: approx Pompadour. HEX triplet: 6A, 22 and 3E. RGB value is (106,34,62). Sum of RGB (Red+Green+Blue) = 106+34+62=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A223E is #95DDC1. Grayscale: #3A3A3A. Windows color (decimal): -9821634 or 4072042. OLE color: 4072042.

HSL color Cylindrical-coordinate representation of color #6A223E: hue angle of 336.67º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A223E is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1063462-
CMYK00.680.420.58
HSL336.67º51.43%27.45%-
HSV(B)336.67º67.92%41.57%-
XYZ7.394.565.05-
YUV58.72129.85161.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=52.48%
G=16.83%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106346200.680.420.58336.6751.4327.45
Hex6A223E0442A3A151331b
Octal1524276010452725216333
Binary11010101000101111100100010010101011101010101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,62); }

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

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

 a { background-color: rgb(106,34,62); }

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

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

 span { border-color: rgb(106,34,62); }

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