#692650

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

Shades of Pompadour #692650

Tints of Pompadour #692650

Color information

#692650 (or 0x692650) is unknown color: approx Pompadour. HEX triplet: 69, 26 and 50. RGB value is (105,38,80). Sum of RGB (Red+Green+Blue) = 105+38+80=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #692650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692650 is #96D9AF. Grayscale: #3E3E3E. Windows color (decimal): -9886128 or 5252713. OLE color: 5252713.

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

Color convert

RGB1053880-
CMYK00.640.240.59
HSL322.39º46.85%28.04%-
HSV(B)322.39º63.81%41.18%-
XYZ7.974.978.13-
YUV62.82137.7158.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=47.09%
G=17.04%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105388000.640.240.59322.3946.8528.04
Hex692650040183B1422f1c
Octal15146120010030735025734
Binary11010011001101010000010000001100011101110100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692650; }

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

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

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

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

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

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

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

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