#6C1F3D

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

Shades of Pompadour #6C1F3D

Tints of Pompadour #6C1F3D

Color information

#6C1F3D (or 0x6C1F3D) is unknown color: approx Pompadour. HEX triplet: 6C, 1F and 3D. RGB value is (108,31,61). Sum of RGB (Red+Green+Blue) = 108+31+61=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1F3D is #93E0C2. Grayscale: #393939. Windows color (decimal): -9691331 or 4005740. OLE color: 4005740.

HSL color Cylindrical-coordinate representation of color #6C1F3D: hue angle of 336.62º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F3D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1083161-
CMYK00.710.440.58
HSL336.62º55.4%27.25%-
HSV(B)336.62º71.3%42.35%-
XYZ7.524.514.89-
YUV57.44130.01164.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=54%
G=15.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108316100.710.440.58336.6255.427.25
Hex6C1F3D0472C3A151371b
Octal1543775010754725216733
Binary1101100111111111010100011110110011101010101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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