#692642

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

Shades of Pompadour #692642

Tints of Pompadour #692642

Color information

#692642 (or 0x692642) is unknown color: approx Pompadour. HEX triplet: 69, 26 and 42. RGB value is (105,38,66). Sum of RGB (Red+Green+Blue) = 105+38+66=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #692642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692642 is #96D9BD. Grayscale: #3D3D3D. Windows color (decimal): -9886142 or 4335209. OLE color: 4335209.

HSL color Cylindrical-coordinate representation of color #692642: hue angle of 334.93º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #692642 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1053866-
CMYK00.640.370.59
HSL334.93º46.85%28.04%-
HSV(B)334.93º63.81%41.18%-
XYZ7.54.785.68-
YUV61.22130.7159.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=50.24%
G=18.18%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105386600.640.370.59334.9346.8528.04
Hex692642040253B14f2f1c
Octal15146102010045735175734
Binary110100110011010000100100000010010111101110100111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692642; }

 p { color: rgb(105,38,66); }

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

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

 a { background-color: rgb(105,38,66); }

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

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

 span { border-color: rgb(105,38,66); }

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