#6a1436

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

Shades of Pompadour #6A1436

Tints of Pompadour #6A1436

Color information

#6A1436 (or 0x6A1436) is unknown color: approx Pompadour. HEX triplet: 6A, 14 and 36. RGB value is (106,20,54). Sum of RGB (Red+Green+Blue) = 106+20+54=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1436 is #95EBC9. Grayscale: #313131. Windows color (decimal): -9825226 or 3544170. OLE color: 3544170.

HSL color Cylindrical-coordinate representation of color #6A1436: hue angle of 336.28º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1436 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1062054-
CMYK00.810.490.58
HSL336.28º68.25%24.71%-
HSV(B)336.28º81.13%41.57%-
XYZ6.863.833.87-
YUV49.59130.49168.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 54 (21.48% from 255) = 30%
R=58.89%
G=11.11%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106205400.810.490.58336.2868.2524.71
Hex6A1436051313A1504419
Octal15224660121617252010431
Binary11010101010011011001010001110001111010101010000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,54); }

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

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

 a { background-color: rgb(106,20,54); }

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

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

 span { border-color: rgb(106,20,54); }

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