#6F203E

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

Shades of Pompadour #6F203E

Tints of Pompadour #6F203E

Color information

#6F203E (or 0x6F203E) is unknown color: approx Pompadour. HEX triplet: 6F, 20 and 3E. RGB value is (111,32,62). Sum of RGB (Red+Green+Blue) = 111+32+62=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F203E is #90DFC1. Grayscale: #3A3A3A. Windows color (decimal): -9494466 or 4071535. OLE color: 4071535.

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

Color convert

RGB1113262-
CMYK00.710.440.56
HSL337.22º55.24%28.04%-
HSV(B)337.22º71.17%43.53%-
XYZ7.944.765.06-
YUV59.04129.67165.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=54.15%
G=15.61%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111326200.710.440.56337.2255.2428.04
Hex6F203E0472C38151371c
Octal1574076010754705216734
Binary11011111000001111100100011110110011100010101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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