#692D51

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

Shades of Pompadour #692D51

Tints of Pompadour #692D51

Color information

#692D51 (or 0x692D51) is unknown color: approx Pompadour. HEX triplet: 69, 2D and 51. RGB value is (105,45,81). Sum of RGB (Red+Green+Blue) = 105+45+81=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #692D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D51 is #96D2AE. Grayscale: #424242. Windows color (decimal): -9884335 or 5320041. OLE color: 5320041.

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

Color convert

RGB1054581-
CMYK00.570.230.59
HSL324º40%29.41%-
HSV(B)324º57.14%41.18%-
XYZ8.255.478.41-
YUV67.04135.88155.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=45.45%
G=19.48%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105458100.570.230.593244029.41
Hex692D51039173B144281d
Octal1515512107127735045035
Binary1101001101101101000101110011011111101110100010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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