#6C163D

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

Shades of Pompadour #6C163D

Tints of Pompadour #6C163D

Color information

#6C163D (or 0x6C163D) is unknown color: approx Pompadour. HEX triplet: 6C, 16 and 3D. RGB value is (108,22,61). Sum of RGB (Red+Green+Blue) = 108+22+61=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C163D is #93E9C2. Grayscale: #343434. Windows color (decimal): -9693635 or 4003436. OLE color: 4003436.

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

Color convert

RGB1082261-
CMYK00.800.440.58
HSL332.79º66.15%25.49%-
HSV(B)332.79º79.63%42.35%-
XYZ7.314.14.82-
YUV52.16132.99167.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.54%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=56.54%
G=11.52%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108226100.800.440.58332.7966.1525.49
Hex6C163D0502C3A14d4219
Octal15426750120547251510231
Binary11011001011011110101010000101100111010101001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,61); }

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

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

 a { background-color: rgb(108,22,61); }

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

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

 span { border-color: rgb(108,22,61); }

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