#6D3333

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

Shades of Persian Plum #6D3333

Tints of Persian Plum #6D3333

Color information

#6D3333 (or 0x6D3333) is unknown color: approx Persian Plum. HEX triplet: 6D, 33 and 33. RGB value is (109,51,51). Sum of RGB (Red+Green+Blue) = 109+51+51=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3333 is #92CCCC. Grayscale: #444444. Windows color (decimal): -9620685 or 3355501. OLE color: 3355501.

HSL color Cylindrical-coordinate representation of color #6D3333: hue angle of 0º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3333 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB1095151-
CMYK00.530.530.57
HSL36.25%31.37%-
HSV(B)53.21%42.75%-
XYZ8.095.863.84-
YUV68.34118.22157-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=51.66%
G=24.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109515100.530.530.57036.2531.37
Hex6D333303535390241f
Octal1556363065657104437
Binary11011011100111100110110101110101111001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,51); }

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

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

 a { background-color: rgb(109,51,51); }

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

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

 span { border-color: rgb(109,51,51); }

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