#67163C

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

Shades of Pompadour #67163C

Tints of Pompadour #67163C

Color information

#67163C (or 0x67163C) is unknown color: approx Pompadour. HEX triplet: 67, 16 and 3C. RGB value is (103,22,60). Sum of RGB (Red+Green+Blue) = 103+22+60=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67163C is #98E9C3. Grayscale: #323232. Windows color (decimal): -10021316 or 3937895. OLE color: 3937895.

HSL color Cylindrical-coordinate representation of color #67163C: hue angle of 331.85º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67163C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1032260-
CMYK00.790.420.60
HSL331.85º64.8%24.51%-
HSV(B)331.85º78.64%40.39%-
XYZ6.73.784.65-
YUV50.55133.34165.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=55.68%
G=11.89%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103226000.790.420.60331.8564.824.51
Hex67163C04F2A3C14c4119
Octal14726740117527451410131
Binary11001111011011110001001111101010111100101001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67163C; }

 p { color: rgb(103,22,60); }

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

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

 a { background-color: rgb(103,22,60); }

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

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

 span { border-color: rgb(103,22,60); }

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