#673533

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

Shades of Persian Plum #673533

Tints of Persian Plum #673533

Color information

#673533 (or 0x673533) is unknown color: approx Persian Plum. HEX triplet: 67, 35 and 33. RGB value is (103,53,51). Sum of RGB (Red+Green+Blue) = 103+53+51=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673533 is #98CACC. Grayscale: #434343. Windows color (decimal): -10013389 or 3356007. OLE color: 3356007.

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

Color convert

RGB1035351-
CMYK00.490.500.60
HSL2.31º33.77%30.2%-
HSV(B)2.31º50.49%40.39%-
XYZ7.465.673.83-
YUV67.72118.56153.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=49.76%
G=25.60%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103535100.490.500.602.3133.7730.2
Hex673533031323C2221e
Octal1476563061627424236
Binary110011111010111001101100011100101111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673533; }

 p { color: rgb(103,53,51); }

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

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

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

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

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

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

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