#6A133C

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

Shades of Pompadour #6A133C

Tints of Pompadour #6A133C

Color information

#6A133C (or 0x6A133C) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 3C. RGB value is (106,19,60). Sum of RGB (Red+Green+Blue) = 106+19+60=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A133C is #95ECC3. Grayscale: #313131. Windows color (decimal): -9825476 or 3937130. OLE color: 3937130.

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

Color convert

RGB1061960-
CMYK00.820.430.58
HSL331.72º69.6%24.51%-
HSV(B)331.72º82.08%41.57%-
XYZ6.993.864.65-
YUV49.69133.82168.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.30%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=57.30%
G=10.27%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106196000.820.430.58331.7269.624.51
Hex6A133C0522B3A14c4619
Octal15223740122537251410631
Binary11010101001111110001010010101011111010101001100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,60); }

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

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

 a { background-color: rgb(106,19,60); }

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

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

 span { border-color: rgb(106,19,60); }

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