#691838

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

Shades of Pompadour #691838

Tints of Pompadour #691838

Color information

#691838 (or 0x691838) is unknown color: approx Pompadour. HEX triplet: 69, 18 and 38. RGB value is (105,24,56). Sum of RGB (Red+Green+Blue) = 105+24+56=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #691838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691838 is #96E7C7. Grayscale: #333333. Windows color (decimal): -9889736 or 3676265. OLE color: 3676265.

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

Color convert

RGB1052456-
CMYK00.770.470.59
HSL336.3º62.79%25.29%-
HSV(B)336.3º77.14%41.18%-
XYZ6.873.944.14-
YUV51.87130.34165.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=56.76%
G=12.97%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105245600.770.470.59336.362.7925.29
Hex69183804D2F3B1503f19
Octal1513070011557735207731
Binary1101001110001110000100110110111111101110101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691838; }

 p { color: rgb(105,24,56); }

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

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

 a { background-color: rgb(105,24,56); }

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

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

 span { border-color: rgb(105,24,56); }

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