#6B163F

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

Shades of Pompadour #6B163F

Tints of Pompadour #6B163F

Color information

#6B163F (or 0x6B163F) is unknown color: approx Pompadour. HEX triplet: 6B, 16 and 3F. RGB value is (107,22,63). Sum of RGB (Red+Green+Blue) = 107+22+63=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B163F is #94E9C0. Grayscale: #343434. Windows color (decimal): -9759169 or 4134507. OLE color: 4134507.

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

Color convert

RGB1072263-
CMYK00.790.410.58
HSL331.06º65.89%25.29%-
HSV(B)331.06º79.44%41.96%-
XYZ7.254.065.1-
YUV52.09134.16167.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 63 (25% from 255) = 32.81%
R=55.73%
G=11.46%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107226300.790.410.58331.0665.8925.29
Hex6B163F04F293A14b4219
Octal15326770117517251310231
Binary11010111011011111101001111101001111010101001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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