#673432

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

Shades of Persian Plum #673432

Tints of Persian Plum #673432

Color information

#673432 (or 0x673432) is unknown color: approx Persian Plum. HEX triplet: 67, 34 and 32. RGB value is (103,52,50). Sum of RGB (Red+Green+Blue) = 103+52+50=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673432 is #98CBCD. Grayscale: #434343. Windows color (decimal): -10013646 or 3290215. OLE color: 3290215.

HSL color Cylindrical-coordinate representation of color #673432: hue angle of 2.26º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673432 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1035250-
CMYK00.500.510.60
HSL2.26º34.64%30%-
HSV(B)2.26º51.46%40.39%-
XYZ7.45.573.7-
YUV67.02118.4153.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.24%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=50.24%
G=25.37%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103525000.500.510.602.2634.6430
Hex673432032333C2231e
Octal1476462062637424336
Binary110011111010011001001100101100111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673432; }

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

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

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

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

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

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

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

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