#611E3D

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

Shades of Pompadour #611E3D

Tints of Pompadour #611E3D

Color information

#611E3D (or 0x611E3D) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 3D. RGB value is (97,30,61). Sum of RGB (Red+Green+Blue) = 97+30+61=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #611E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E3D is #9EE1C2. Grayscale: #353535. Windows color (decimal): -10412483 or 4005473. OLE color: 4005473.

HSL color Cylindrical-coordinate representation of color #611E3D: hue angle of 332.24º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E3D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB973061-
CMYK00.690.370.62
HSL332.24º52.76%24.9%-
HSV(B)332.24º69.07%38.04%-
XYZ6.243.814.82-
YUV53.57132.2158.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=51.60%
G=15.96%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306100.690.370.62332.2452.7624.9
Hex611E3D045253E14c3519
Octal1413675010545765146531
Binary1100001111101111010100010110010111111010100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E3D; }

 p { color: rgb(97,30,61); }

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

<style>
 a { background-color: #611E3D; }

 a { background-color: rgb(97,30,61); }

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

<style>
 span { border-color: #611E3D; }

 span { border-color: rgb(97,30,61); }

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