#6B1136

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

Shades of Pompadour #6B1136

Tints of Pompadour #6B1136

Color information

#6B1136 (or 0x6B1136) is unknown color: approx Pompadour. HEX triplet: 6B, 11 and 36. RGB value is (107,17,54). Sum of RGB (Red+Green+Blue) = 107+17+54=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1136 is #94EEC9. Grayscale: #303030. Windows color (decimal): -9760458 or 3543403. OLE color: 3543403.

HSL color Cylindrical-coordinate representation of color #6B1136: hue angle of 335.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1136 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1071754-
CMYK00.840.500.58
HSL335.33º72.58%24.31%-
HSV(B)335.33º84.11%41.96%-
XYZ6.933.793.86-
YUV48.13131.32169.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.11%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=60.11%
G=9.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107175400.840.500.58335.3372.5824.31
Hex6B1136054323A14f4918
Octal15321660124627251711130
Binary11010111000111011001010100110010111010101001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,54); }

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

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

 a { background-color: rgb(107,17,54); }

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

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

 span { border-color: rgb(107,17,54); }

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