#6B123B

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

Shades of Pompadour #6B123B

Tints of Pompadour #6B123B

Color information

#6B123B (or 0x6B123B) is unknown color: approx Pompadour. HEX triplet: 6B, 12 and 3B. RGB value is (107,18,59). Sum of RGB (Red+Green+Blue) = 107+18+59=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B123B is #94EDC4. Grayscale: #313131. Windows color (decimal): -9760197 or 3871339. OLE color: 3871339.

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

Color convert

RGB1071859-
CMYK00.830.450.58
HSL332.36º71.2%24.51%-
HSV(B)332.36º83.18%41.96%-
XYZ7.073.874.51-
YUV49.28133.49169.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.15%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=58.15%
G=9.78%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107185900.830.450.58332.3671.224.51
Hex6B123B0532D3A14c4719
Octal15322730123557251410731
Binary11010111001011101101010011101101111010101001100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,18,59); }

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

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

 a { background-color: rgb(107,18,59); }

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

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

 span { border-color: rgb(107,18,59); }

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