#6B164D

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

Shades of Pompadour #6B164D

Tints of Pompadour #6B164D

Color information

#6B164D (or 0x6B164D) is unknown color: approx Pompadour. HEX triplet: 6B, 16 and 4D. RGB value is (107,22,77). Sum of RGB (Red+Green+Blue) = 107+22+77=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B164D is #94E9B2. Grayscale: #353535. Windows color (decimal): -9759155 or 5052011. OLE color: 5052011.

HSL color Cylindrical-coordinate representation of color #6B164D: hue angle of 321.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B164D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1072277-
CMYK00.790.280.58
HSL321.18º65.89%25.29%-
HSV(B)321.18º79.44%41.96%-
XYZ7.694.247.43-
YUV53.68141.16166.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=51.94%
G=10.68%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107227700.790.280.58321.1865.8925.29
Hex6B164D04F1C3A1414219
Octal153261150117347250110231
Binary11010111011010011010100111111100111010101000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,77); }

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

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

 a { background-color: rgb(107,22,77); }

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

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

 span { border-color: rgb(107,22,77); }

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