#692E4E

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

Shades of Pompadour #692E4E

Tints of Pompadour #692E4E

Color information

#692E4E (or 0x692E4E) is unknown color: approx Pompadour. HEX triplet: 69, 2E and 4E. RGB value is (105,46,78). Sum of RGB (Red+Green+Blue) = 105+46+78=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #692E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E4E is #96D1B1. Grayscale: #434343. Windows color (decimal): -9884082 or 5123689. OLE color: 5123689.

HSL color Cylindrical-coordinate representation of color #692E4E: hue angle of 327.46º 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 #692E4E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1054678-
CMYK00.560.260.59
HSL327.46º39.07%29.61%-
HSV(B)327.46º56.19%41.18%-
XYZ8.185.517.84-
YUV67.29134.05154.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=45.85%
G=20.09%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105467800.560.260.59327.4639.0729.61
Hex692E4E0381A3B147271e
Octal1515611607032735074736
Binary1101001101110100111001110001101011101110100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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