#6A183F

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

Shades of Pompadour #6A183F

Tints of Pompadour #6A183F

Color information

#6A183F (or 0x6A183F) is unknown color: approx Pompadour. HEX triplet: 6A, 18 and 3F. RGB value is (106,24,63). Sum of RGB (Red+Green+Blue) = 106+24+63=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A183F is #95E7C0. Grayscale: #343434. Windows color (decimal): -9824193 or 4135018. OLE color: 4135018.

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

Color convert

RGB1062463-
CMYK00.770.410.58
HSL331.46º63.08%25.49%-
HSV(B)331.46º77.36%41.57%-
XYZ7.174.085.11-
YUV52.96133.67165.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 63 (25% from 255) = 32.64%
R=54.92%
G=12.44%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106246300.770.410.58331.4663.0825.49
Hex6A183F04D293A14b3f19
Octal1523077011551725137731
Binary1101010110001111110100110110100111101010100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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