#692E4F

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

Shades of Pompadour #692E4F

Tints of Pompadour #692E4F

Color information

#692E4F (or 0x692E4F) is unknown color: approx Pompadour. HEX triplet: 69, 2E and 4F. RGB value is (105,46,79). Sum of RGB (Red+Green+Blue) = 105+46+79=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #692E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E4F is #96D1B0. Grayscale: #434343. Windows color (decimal): -9884081 or 5189225. OLE color: 5189225.

HSL color Cylindrical-coordinate representation of color #692E4F: hue angle of 326.44º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E4F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1054679-
CMYK00.560.250.59
HSL326.44º39.07%29.61%-
HSV(B)326.44º56.19%41.18%-
XYZ8.215.528.03-
YUV67.4134.55154.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=45.65%
G=20%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105467900.560.250.59326.4439.0729.61
Hex692E4F038193B146271e
Octal1515611707031735064736
Binary1101001101110100111101110001100111101110100011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E4F; }

 p { color: rgb(105,46,79); }

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

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

 a { background-color: rgb(105,46,79); }

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

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

 span { border-color: rgb(105,46,79); }

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