#692D4C

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

Shades of Pompadour #692D4C

Tints of Pompadour #692D4C

Color information

#692D4C (or 0x692D4C) is unknown color: approx Pompadour. HEX triplet: 69, 2D and 4C. RGB value is (105,45,76). Sum of RGB (Red+Green+Blue) = 105+45+76=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #692D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D4C is #96D2B3. Grayscale: #424242. Windows color (decimal): -9884340 or 4992361. OLE color: 4992361.

HSL color Cylindrical-coordinate representation of color #692D4C: hue angle of 329º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D4C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1054576-
CMYK00.570.280.59
HSL329º40%29.41%-
HSV(B)329º57.14%41.18%-
XYZ8.075.47.45-
YUV66.47133.38155.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=46.46%
G=19.91%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105457600.570.280.593294029.41
Hex692D4C0391C3B149281d
Octal1515511407134735115035
Binary1101001101101100110001110011110011101110100100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,45,76); }

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

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

 a { background-color: rgb(105,45,76); }

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

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

 span { border-color: rgb(105,45,76); }

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