#6D3432

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

Shades of Persian Plum #6D3432

Tints of Persian Plum #6D3432

Color information

#6D3432 (or 0x6D3432) is unknown color: approx Persian Plum. HEX triplet: 6D, 34 and 32. RGB value is (109,52,50). Sum of RGB (Red+Green+Blue) = 109+52+50=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3432 is #92CBCD. Grayscale: #444444. Windows color (decimal): -9620430 or 3290221. OLE color: 3290221.

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

Color convert

RGB1095250-
CMYK00.520.540.57
HSL2.03º37.11%31.18%-
HSV(B)2.03º54.13%42.75%-
XYZ8.115.943.74-
YUV68.82117.38156.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=51.66%
G=24.64%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109525000.520.540.572.0337.1131.18
Hex6D343203436392251f
Octal1556462064667124537
Binary110110111010011001001101001101101110011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,50); }

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

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

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

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

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

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

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