#692F4B

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

Shades of Pompadour #692F4B

Tints of Pompadour #692F4B

Color information

#692F4B (or 0x692F4B) is unknown color: approx Pompadour. HEX triplet: 69, 2F and 4B. RGB value is (105,47,75). Sum of RGB (Red+Green+Blue) = 105+47+75=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #692F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F4B is #96D0B4. Grayscale: #434343. Windows color (decimal): -9883829 or 4927337. OLE color: 4927337.

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

Color convert

RGB1054775-
CMYK00.550.290.59
HSL331.03º38.16%29.8%-
HSV(B)331.03º55.24%41.18%-
XYZ8.115.547.3-
YUV67.53132.22154.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=46.26%
G=20.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105477500.550.290.59331.0338.1629.8
Hex692F4B0371D3B14b261e
Octal1515711306735735134636
Binary1101001101111100101101101111110111101110100101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,47,75); }

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

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

 a { background-color: rgb(105,47,75); }

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

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

 span { border-color: rgb(105,47,75); }

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