#692652

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

Shades of Pompadour #692652

Tints of Pompadour #692652

Color information

#692652 (or 0x692652) is unknown color: approx Pompadour. HEX triplet: 69, 26 and 52. RGB value is (105,38,82). Sum of RGB (Red+Green+Blue) = 105+38+82=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #692652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692652 is #96D9AD. Grayscale: #3E3E3E. Windows color (decimal): -9886126 or 5383785. OLE color: 5383785.

HSL color Cylindrical-coordinate representation of color #692652: hue angle of 320.6º degrees, saturation: 0.47, 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 #692652 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1053882-
CMYK00.640.220.59
HSL320.6º46.85%28.04%-
HSV(B)320.6º63.81%41.18%-
XYZ8.0458.52-
YUV63.05138.7157.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=46.67%
G=16.89%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105388200.640.220.59320.646.8528.04
Hex692652040163B1412f1c
Octal15146122010026735015734
Binary11010011001101010010010000001011011101110100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692652; }

 p { color: rgb(105,38,82); }

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

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

 a { background-color: rgb(105,38,82); }

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

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

 span { border-color: rgb(105,38,82); }

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