#6F1642

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

Shades of Pompadour #6F1642

Tints of Pompadour #6F1642

Color information

#6F1642 (or 0x6F1642) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 42. RGB value is (111,22,66). Sum of RGB (Red+Green+Blue) = 111+22+66=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1642 is #90E9BD. Grayscale: #353535. Windows color (decimal): -9497022 or 4331119. OLE color: 4331119.

HSL color Cylindrical-coordinate representation of color #6F1642: hue angle of 330.34º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1642 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1112266-
CMYK00.800.410.56
HSL330.34º66.92%26.08%-
HSV(B)330.34º80.18%43.53%-
XYZ7.834.355.58-
YUV53.63134.99168.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=55.78%
G=11.06%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111226600.800.410.56330.3466.9226.08
Hex6F1642050293814a431a
Octal157261020120517051210332
Binary110111110110100001001010000101001111000101001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1642; }

 p { color: rgb(111,22,66); }

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

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

 a { background-color: rgb(111,22,66); }

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

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

 span { border-color: rgb(111,22,66); }

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