#6A183A

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

Shades of Pompadour #6A183A

Tints of Pompadour #6A183A

Color information

#6A183A (or 0x6A183A) is unknown color: approx Pompadour. HEX triplet: 6A, 18 and 3A. RGB value is (106,24,58). Sum of RGB (Red+Green+Blue) = 106+24+58=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A183A is #95E7C5. Grayscale: #343434. Windows color (decimal): -9824198 or 3807338. OLE color: 3807338.

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

Color convert

RGB1062458-
CMYK00.770.450.58
HSL335.12º63.08%25.49%-
HSV(B)335.12º77.36%41.57%-
XYZ7.034.024.41-
YUV52.39131.17166.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=56.38%
G=12.77%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106245800.770.450.58335.1263.0825.49
Hex6A183A04D2D3A14f3f19
Octal1523072011555725177731
Binary1101010110001110100100110110110111101010100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,58); }

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

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

 a { background-color: rgb(106,24,58); }

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

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

 span { border-color: rgb(106,24,58); }

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