#6F183E

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

Shades of Pompadour #6F183E

Tints of Pompadour #6F183E

Color information

#6F183E (or 0x6F183E) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 3E. RGB value is (111,24,62). Sum of RGB (Red+Green+Blue) = 111+24+62=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F183E is #90E7C1. Grayscale: #363636. Windows color (decimal): -9496514 or 4069487. OLE color: 4069487.

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

Color convert

RGB1112462-
CMYK00.780.440.56
HSL333.79º64.44%26.47%-
HSV(B)333.79º78.38%43.53%-
XYZ7.754.384.99-
YUV54.34132.32168.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=56.35%
G=12.18%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111246200.780.440.56333.7964.4426.47
Hex6F183E04E2C3814e401a
Octal15730760116547051610032
Binary11011111100011111001001110101100111000101001110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,62); }

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

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

 a { background-color: rgb(111,24,62); }

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

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

 span { border-color: rgb(111,24,62); }

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