#6F173C

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

Shades of Pompadour #6F173C

Tints of Pompadour #6F173C

Color information

#6F173C (or 0x6F173C) is unknown color: approx Pompadour. HEX triplet: 6F, 17 and 3C. RGB value is (111,23,60). Sum of RGB (Red+Green+Blue) = 111+23+60=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F173C is #90E8C3. Grayscale: #353535. Windows color (decimal): -9496772 or 3938159. OLE color: 3938159.

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

Color convert

RGB1112360-
CMYK00.790.460.56
HSL334.77º65.67%26.27%-
HSV(B)334.77º79.28%43.53%-
XYZ7.684.324.7-
YUV53.53131.65168.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=57.22%
G=11.86%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111236000.790.460.56334.7765.6726.27
Hex6F173C04F2E3814f421a
Octal15727740117567051710232
Binary11011111011111110001001111101110111000101001111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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