#6B163C

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

Shades of Pompadour #6B163C

Tints of Pompadour #6B163C

Color information

#6B163C (or 0x6B163C) is unknown color: approx Pompadour. HEX triplet: 6B, 16 and 3C. RGB value is (107,22,60). Sum of RGB (Red+Green+Blue) = 107+22+60=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B163C is #94E9C3. Grayscale: #333333. Windows color (decimal): -9759172 or 3937899. OLE color: 3937899.

HSL color Cylindrical-coordinate representation of color #6B163C: hue angle of 333.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 #6B163C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1072260-
CMYK00.790.440.58
HSL333.18º65.89%25.29%-
HSV(B)333.18º79.44%41.96%-
XYZ7.174.034.67-
YUV51.75132.66167.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=56.61%
G=11.64%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107226000.790.440.58333.1865.8925.29
Hex6B163C04F2C3A14d4219
Octal15326740117547251510231
Binary11010111011011110001001111101100111010101001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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