#6A233F

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

Shades of Pompadour #6A233F

Tints of Pompadour #6A233F

Color information

#6A233F (or 0x6A233F) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 3F. RGB value is (106,35,63). Sum of RGB (Red+Green+Blue) = 106+35+63=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A233F is #95DCC0. Grayscale: #3B3B3B. Windows color (decimal): -9821377 or 4137834. OLE color: 4137834.

HSL color Cylindrical-coordinate representation of color #6A233F: hue angle of 336.34º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A233F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1063563-
CMYK00.670.410.58
HSL336.34º50.35%27.65%-
HSV(B)336.34º66.98%41.57%-
XYZ7.444.635.2-
YUV59.42130.02161.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.96%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 63 (25% from 255) = 30.88%
R=51.96%
G=17.16%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106356300.670.410.58336.3450.3527.65
Hex6A233F043293A150321c
Octal1524377010351725206234
Binary11010101000111111110100001110100111101010101000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,63); }

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

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

 a { background-color: rgb(106,35,63); }

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

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

 span { border-color: rgb(106,35,63); }

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