#6B113A

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

Shades of Pompadour #6B113A

Tints of Pompadour #6B113A

Color information

#6B113A (or 0x6B113A) is unknown color: approx Pompadour. HEX triplet: 6B, 11 and 3A. RGB value is (107,17,58). Sum of RGB (Red+Green+Blue) = 107+17+58=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B113A is #94EEC5. Grayscale: #303030. Windows color (decimal): -9760454 or 3805547. OLE color: 3805547.

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

Color convert

RGB1071758-
CMYK00.840.460.58
HSL332.67º72.58%24.31%-
HSV(B)332.67º84.11%41.96%-
XYZ7.033.834.37-
YUV48.58133.32169.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=58.79%
G=9.34%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107175800.840.460.58332.6772.5824.31
Hex6B113A0542E3A14d4918
Octal15321720124567251511130
Binary11010111000111101001010100101110111010101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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