#6F123C

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

Shades of Pompadour #6F123C

Tints of Pompadour #6F123C

Color information

#6F123C (or 0x6F123C) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 3C. RGB value is (111,18,60). Sum of RGB (Red+Green+Blue) = 111+18+60=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123C is #90EDC3. Grayscale: #323232. Windows color (decimal): -9498052 or 3936879. OLE color: 3936879.

HSL color Cylindrical-coordinate representation of color #6F123C: hue angle of 332.9º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F123C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1111860-
CMYK00.840.460.56
HSL332.9º72.09%25.29%-
HSV(B)332.9º83.78%43.53%-
XYZ7.594.144.67-
YUV50.6133.31171.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.73%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=58.73%
G=9.52%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111186000.840.460.56332.972.0925.29
Hex6F123C0542E3814d4819
Octal15722740124567051511031
Binary11011111001011110001010100101110111000101001101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,60); }

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

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

 a { background-color: rgb(111,18,60); }

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

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

 span { border-color: rgb(111,18,60); }

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