#6B203E

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

Shades of Pompadour #6B203E

Tints of Pompadour #6B203E

Color information

#6B203E (or 0x6B203E) is unknown color: approx Pompadour. HEX triplet: 6B, 20 and 3E. RGB value is (107,32,62). Sum of RGB (Red+Green+Blue) = 107+32+62=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B203E is #94DFC1. Grayscale: #393939. Windows color (decimal): -9756610 or 4071531. OLE color: 4071531.

HSL color Cylindrical-coordinate representation of color #6B203E: hue angle of 336º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B203E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1073262-
CMYK00.700.420.58
HSL336º53.96%27.25%-
HSV(B)336º70.09%41.96%-
XYZ7.454.515.03-
YUV57.84130.35163.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=53.23%
G=15.92%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107326200.700.420.5833653.9627.25
Hex6B203E0462A3A150361b
Octal1534076010652725206633
Binary11010111000001111100100011010101011101010101000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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