#69223E

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

Shades of Pompadour #69223E

Tints of Pompadour #69223E

Color information

#69223E (or 0x69223E) is unknown color: approx Pompadour. HEX triplet: 69, 22 and 3E. RGB value is (105,34,62). Sum of RGB (Red+Green+Blue) = 105+34+62=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69223E is #96DDC1. Grayscale: #3A3A3A. Windows color (decimal): -9887170 or 4072041. OLE color: 4072041.

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

Color convert

RGB1053462-
CMYK00.680.410.59
HSL336.34º51.08%27.25%-
HSV(B)336.34º67.62%41.18%-
XYZ7.274.55.04-
YUV58.42130.02161.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=52.24%
G=16.92%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105346200.680.410.59336.3451.0827.25
Hex69223E044293B150331b
Octal1514276010451735206333
Binary11010011000101111100100010010100111101110101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69223E; }

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

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

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

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

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

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

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

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